Home
last modified time | relevance | path

Searched refs:small_flat_multimap (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/container/test/
Dflat_map_adaptor_test.cpp111 …BOOST_STATIC_ASSERT(( is_same<multimap_container_t, small_flat_multimap<int, float, 10> >::value )… in main()
/third_party/boost/boost/container/
Dcontainer_fwd.hpp218 using small_flat_multimap = flat_multimap<Key, T, Compare, small_vector<std::pair<Key, T>, N, Small… typedef