Home
last modified time | relevance | path

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

/third_party/boost/libs/unordered/test/helpers/
Dhelpers.hpp12 template <class Container> struct get_key_impl struct
14 typedef typename Container::key_type key_type;
16 static key_type const& get_key(key_type const& x) { return x; } in get_key()
19 static key_type const& get_key(std::pair<key_type, T> const& x, char = 0) in get_key()
25 static key_type const& get_key( in get_key()