Re: [Boost-users] [BGL] VertexProperties as a Nested Type

20 May
2010
20 May
'10
10:25 a.m.

20 May
20 May
3:02 p.m.
New subject: [BGL] VertexProperties as a Nested Type
On Thu, 20 May 2010, Hossein Haeri wrote:
The output of property_map<...>::type is a property map, not the value type of the property map. Thus, the property map cannot be assigned to a variable of type string. If you want the map's value type, use property_traits<property_map<...>::type>::value_type. -- Jeremiah Willcock
5494
Age (days ago)
5494
Last active (days ago)
2 comments
2 participants
participants (2)
-
Hossein Haeri
-
Jeremiah Willcock