Home
last modified time | relevance | path

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

/third_party/boost/libs/container/test/
Dflat_set_adaptor_test.cpp107 BOOST_STATIC_ASSERT(( is_same<set_container_t, small_flat_set<int, 10> >::value )); in main()
/third_party/boost/boost/container/
Dcontainer_fwd.hpp195 using small_flat_set = flat_set<Key, Compare, small_vector<Key, N, SmallVectorAllocator, SmallVecto… typedef