Searched refs:strip_key (Results 1 – 1 of 1) sorted by relevance
58 using strip_key = typename std::remove_const<Key>::type; member61 static strip_key key( const Value& value ) { return value.first; } in key()62 static strip_key get( const Value& value ) { return strip_key(value.second); } in get()