Home
last modified time | relevance | path

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

/third_party/boost/libs/property_map/test/
Dfunction_property_map_test.cpp26 struct return_fixed_ref { struct
28 return_fixed_ref(int* ptr): ptr(ptr) {} in return_fixed_ref() argument
39 …BOOST_CONCEPT_ASSERT((ReadablePropertyMapConcept<function_property_map<return_fixed_ref<int>, int>… in test_main() argument
Dtransform_value_property_map_test.cpp30 struct return_fixed_ref { struct
32 return_fixed_ref(int* ptr): ptr(ptr) {} in return_fixed_ref() function
45 …BOOST_CONCEPT_ASSERT((ReadablePropertyMapConcept<transform_value_property_map<return_fixed_ref<int… in test_main() argument