j
k
j a
j l
On Wed, Sep 22, 2010 at 1:22 AM, Larry Evans wrote:
Couldn't fold be used to join any number of sequences? -Larry
Couldn't fold be used to join any number of sequences?
-Larry
Hi Larry Something like? ? join_all(seq) { return fold(seq, vector<>(), join<?, ?>()); } Could you fill in the question marks?
Attachments:
Back to the thread
Back to the list