Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::vertex_property_map_generator_helper< Graph, IndexMap, Value, true > Struct Template Reference

#include <dijkstra_shortest_paths.hpp>

Public Types

typedef
boost::iterator_property_map
< Value *, IndexMap > 
type
 

Static Public Member Functions

static type build (const Graph &g, const IndexMap &index, boost::scoped_array< Value > &array_holder)
 

Member Typedef Documentation

template<class Graph , class IndexMap , class Value >
typedef boost::iterator_property_map<Value*, IndexMap> boost::detail::vertex_property_map_generator_helper< Graph, IndexMap, Value, true >::type

Member Function Documentation

template<class Graph , class IndexMap , class Value >
static type boost::detail::vertex_property_map_generator_helper< Graph, IndexMap, Value, true >::build ( const Graph &  g,
const IndexMap &  index,
boost::scoped_array< Value > &  array_holder 
)
inlinestatic

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