Questions tagged [boost-property-map]

32 questions
0
votes
1 answer

Enabling bracket operator syntax with Boost Property maps?

My objective I want to include property maps in a binary tree class, so I can access the graph vertices and write this syntax in the spirit of the BGL: using vertex_properties = std::string; using tree_type = binary_tree
WaterFox
  • 850
  • 6
  • 18
0
votes
1 answer

How to use `boost::dynamic_properties` with vector valued property maps?

I would like to include a map> in a boost::dynamic_properties property: #include #include #include #include #include…
1 2
3