Searched defs:MapPair (Results 1 – 1 of 1) sorted by relevance
476 MapPair(const Key& other_first, const T& other_second) in MapPair() function478 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function479 MapPair(const MapPair& other) in MapPair() function