
22 Sep
2010
22 Sep
'10
12:31 a.m.
On Wed, Sep 22, 2010 at 1:22 AM, Larry Evans <cppljevans@suddenlink.net>wrote:
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?