
22 Jun
2005
22 Jun
'05
8:59 p.m.
Hi, I am using boost::tuple to accumulate results of computations. I think, supplying operator += (-=) as operator += for each member will be nice. Example: tuple< int, string> abc( 3, "abc" ), de( 2, "de"); abc += de; assert( abc.get<0>() == 5 ); assert( abc.get<1>() == "abcde" );
7295
Age (days ago)
7295
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vadim Alexandrov