Searched refs:small_flat_set (Results 1 – 2 of 2) sorted by relevance
107 BOOST_STATIC_ASSERT(( is_same<set_container_t, small_flat_set<int, 10> >::value )); in main()
195 using small_flat_set = flat_set<Key, Compare, small_vector<Key, N, SmallVectorAllocator, SmallVecto… typedef