Searched refs:select_first (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/range/adaptor/ |
D | map.hpp | 28 struct select_first struct 66 select_first<StdPairRng>, 69 typedef transformed_range<select_first<StdPairRng>, const StdPairRng> base; 71 typedef select_first<StdPairRng> transform_fn_type; 128 boost::adaptors::transformed( select_first<StdPairRng>() ) ); in operator |() 177 range_detail::select_first<StdPairRange>(), rng ); in keys()
|
/third_party/boost/libs/iterator/test/ |
D | transform_iterator_test.cpp | 69 struct select_first struct 231 , boost::make_transform_iterator((pair_t*)values, select_first()) in main() 255 boost::make_transform_iterator((pair_t*)values, select_first()), x[0], 17); in main() 258 ++boost::make_transform_iterator((pair_t*)values, select_first()) in main()
|
/third_party/boost/boost/range/ |
D | mfc_map.hpp | 34 struct select_first< CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> > struct 75 struct select_first< CMapStringToString > struct
|
/third_party/boost/boost/graph/ |
D | max_cardinality_matching.hpp | 547 struct select_first struct 605 less_than_by_degree< select_first >(g)); in find_matching()
|