Searched defs:get_real_stored_allocator (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/libs/container/test/ |
| D | propagate_allocator_test.hpp | 101 struct get_real_stored_allocator struct 103 typedef typename T::stored_allocator_type type;
|
| D | flat_map_test.cpp | 444 struct get_real_stored_allocator<flat_map<Key, T, Compare, Allocator> > struct 446 typedef typename flat_map<Key, T, Compare, Allocator>::impl_stored_allocator_type type; 450 struct get_real_stored_allocator<flat_multimap<Key, T, Compare, Allocator> > struct 452 typedef typename flat_multimap<Key, T, Compare, Allocator>::impl_stored_allocator_type type;
|