Home
last modified time | relevance | path

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

/third_party/boost/libs/property_map/test/
Dproperty_map_cc.cpp41 BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept<PMap, Key>)); in main()
57 BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept<PMap, Key>)); in main()
69 BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept<PMap, Key>)); in main()
97 BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept<PMap, Key>)); in main()
Dfunction_property_map_test.cpp42 …BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept<function_property_map<return_fixed_ref<int>, int>, … in test_main()
Dcompose_property_map_test.cpp47 BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept<CPM, Key>)); in concept_checks()
Dtransform_value_property_map_test.cpp48 …BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept<transform_value_property_map<return_fixed_ref<int>,… in test_main()
/third_party/boost/boost/graph/
Dtransitive_reduction.hpp42 (LvaluePropertyMapConcept< G_to_TR_VertexMap,
Dgraph_concepts.hpp427 BOOST_CONCEPT_ASSERT((LvaluePropertyMapConcept< const_Map, X >)); in BOOST_CONCEPT_USAGE()
/third_party/boost/boost/property_map/
Dproperty_map.hpp224 struct LvaluePropertyMapConcept struct