Searched defs:multimap (Results 1 – 6 of 6) sorted by relevance
58 template<class B> struct multimap { struct59 typedef B b;60 multimap() noexcept(T<b>::value) {} in multimap() function
21 std::multimap<int, int> multimap; in multimap_test() local
224 multimap() {} in multimap() function
38 template <typename K, typename V> struct multimap : map<K, V> {}; struct
27 struct multimap { global() struct
168 class multimap { class940 std::multimap<int, Foo> multimap; in testAllSTLEmplacyFunctions() local