[fusion] conversion from map *values* to vector
9 Nov
2010
9 Nov
'10
11:16 p.m.
I have a general fusion map for example map< pair
, pair >
if I use as_vector I get
vector
>
is there a function that given the map converts it into
vector
9 Nov
9 Nov
11:49 p.m.
On 11/10/2010 7:16 AM, alfC wrote:
I have a general fusion map for example map< pair
, pair
>if I use as_vector I get
vector
, pair >is there a function that given the map converts it into vector
i.e. gives a vector with only the values of the key and not the keys/ value pair?
Yeah: transform. Regards, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net
5118
Age (days ago)
5118
Last active (days ago)
1 comments
2 participants
participants (2)
-
alfC
-
Joel de Guzman