Searched defs:select_first (Results 1 – 4 of 4) sorted by relevance
34 struct select_first< CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> > struct36 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type;37 typedef BOOST_DEDUCED_TYPENAME range_reference<const map_type>::type argument_type;38 typedef BOOST_DEDUCED_TYPENAME const KEY& result_type;40 result_type operator()( argument_type r ) const in operator ()()75 struct select_first< CMapStringToString > struct77 typedef range_reference<const CMapStringToString>::type argument_type;78 typedef const CString& result_type;80 result_type operator()( argument_type r ) const in operator ()()
28 struct select_first struct30 typedef BOOST_DEDUCED_TYPENAME range_reference<const Map>::type argument_type;31 … typedef const BOOST_DEDUCED_TYPENAME range_value<const Map>::type::first_type& result_type;33 result_type operator()( argument_type r ) const in operator ()()
69 struct select_first struct90 struct value_select_first argument
547 struct select_first struct549 inline static vertex_descriptor_t select_vertex(const vertex_pair_t p) in select_vertex()