Lines Matching refs:pair
21 // extracts the key as the first element of a pair.
24 const Key& operator()(const std::pair<Key, Mapped>& p) const {
107 // pair<iterator, bool> insert(const value_type&);
108 // pair<iterator, bool> insert(value_type&&);
113 // pair<iterator, bool> insert_or_assign(K&&, M&&);
115 // pair<iterator, bool> emplace(Args&&...);
117 // pair<iterator, bool> try_emplace(K&&, Args&&...);
134 // template <typename K> pair<iterator, iterator> equal_range(const K&);
154 std::pair<Key, Mapped>,
160 std::pair<Key, Mapped>,
218 std::pair<iterator, bool> insert_or_assign(K&& key, M&& obj);
224 std::pair<iterator, bool>>
308 -> std::pair<iterator, bool> {
332 std::pair<iterator, bool>> {