Home
last modified time | relevance | path

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

/third_party/boost/boost/unordered/detail/
Dimplementation.hpp4697 template <class ValueType> struct map_extractor struct
4699 typedef ValueType value_type;
4701 pair_traits<ValueType>::first_type>::type key_type;
4703 static key_type const& extract(value_type const& v) { return v.first; } in extract()
4706 static key_type const& extract(std::pair<key_type, Second> const& v) in extract()
4712 static key_type const& extract( in extract()
4720 static key_type const& extract( in extract()
4727 static key_type const& extract( in extract()
4735 static key_type const& extract(key_type const& k, Arg1 const&) in extract()
4740 static no_key extract() { return no_key(); } in extract()
[all …]