Searched defs:GetKeyFromKVPair (Results 1 – 1 of 1) sorted by relevance
42 struct GetKeyFromKVPair { struct44 constexpr const T1& operator()(const std::pair<T1, T2>& pair) { in operator()