Searched defs:GetKeyFromValuePairFirst (Results 1 – 1 of 1) sorted by relevance
23 struct GetKeyFromValuePairFirst { struct24 const Key& operator()(const std::pair<Key, Mapped>& p) const { in operator()