Searched defs:MapElement (Results 1 – 1 of 1) sorted by relevance
53 template <typename Key, typename Value> struct MapElement { struct56 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() argument