|
struct | boost::property_reduce< Property > |
| Metafunction that produces a reduction operation for the given property. More...
|
|
class | boost::property_reduce< Property >::apply< Value > |
|
struct | boost::property_reduce< vertex_color_t > |
| Reduction of vertex colors can only darken, not lighten, the color. More...
|
|
class | boost::property_reduce< vertex_color_t >::apply< Color > |
|
struct | boost::property_reduce< vertex_distance_t > |
| Reduction of a distance always takes the shorter distance. More...
|
|
class | boost::property_reduce< vertex_distance_t >::apply< T > |
|
struct | boost::property_reduce< vertex_predecessor_t > |
|
class | boost::property_reduce< vertex_predecessor_t >::apply< T > |
|