Home
last modified time | relevance | path

Searched defs:grid_graph_index_map (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dgrid_graph.hpp45 struct grid_graph_index_map struct
48 typedef Index value_type;
49 typedef Index reference_type;
50 typedef reference_type reference;
51 typedef Descriptor key_type;
52 typedef readable_property_map_tag category;
54 grid_graph_index_map() {} in grid_graph_index_map() argument
56 grid_graph_index_map(const Graph& graph) : m_graph(&graph) {} in grid_graph_index_map() argument
58 value_type operator[](key_type key) const in operator []()
72 const Graph* m_graph;