Searched refs:small_flat_map (Results 1 – 2 of 2) sorted by relevance
110 BOOST_STATIC_ASSERT(( is_same<map_container_t, small_flat_map<int, float, 10> >::value )); in main()
210 using small_flat_map = flat_map<Key, T, Compare, small_vector<std::pair<Key, T>, N, SmallVectorAllo… typedef