Home
last modified time | relevance | path

Searched refs:strip_key (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dconcurrent_associative_common.h58 using strip_key = typename std::remove_const<Key>::type; member
61 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()