Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dvf2_sub_graph_iso_test.cpp210 template < typename G > struct IndirectIndexMap struct
216 explicit IndirectIndexMap(const G& g) : g(g) {} in IndirectIndexMap() argument
223 std::size_t get(const IndirectIndexMap< G >& map, in get() argument