Home
last modified time | relevance | path

Searched refs:m_property_map2 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp63 : m_property_map1(property_map1), m_property_map2(property_map2) in property_map_equivalent()
70 return (get(m_property_map1, item1) == get(m_property_map2, item2)); in operator ()()
75 const PropertyMapSecond m_property_map2; member