Searched refs:small_flat_multimap (Results 1 – 2 of 2) sorted by relevance
111 …BOOST_STATIC_ASSERT(( is_same<multimap_container_t, small_flat_multimap<int, float, 10> >::value )… in main()
218 using small_flat_multimap = flat_multimap<Key, T, Compare, small_vector<std::pair<Key, T>, N, Small… typedef