Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::edmonds_augmenting_path_finder< Graph, MateMap, VertexIndexMap >::map_vertex_to_< X > Struct Template Reference

#include <max_cardinality_matching.hpp>

Inheritance diagram for boost::edmonds_augmenting_path_finder< Graph, MateMap, VertexIndexMap >::map_vertex_to_< X >:

Public Types

typedef
boost::iterator_property_map
< typename std::vector< X >
::iterator, VertexIndexMap > 
type
 

Member Typedef Documentation

template<typename Graph, typename MateMap, typename VertexIndexMap>
template<typename X>
typedef boost::iterator_property_map<typename std::vector<X>::iterator, VertexIndexMap> boost::edmonds_augmenting_path_finder< Graph, MateMap, VertexIndexMap >::map_vertex_to_< X >::type

The documentation for this struct was generated from the following file: