Searched defs:container_rebind (Results 1 – 1 of 1) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
| D | container_rebind.hpp | 35 struct container_rebind<Cont<V, A, An...>, U> struct 37 …_traits<typename real_allocator<V, A>::type>::template portable_rebind_alloc<U>::type, An...> type; 42 struct container_rebind<Cont<V, A>, U> struct 44 …locator_traits<typename real_allocator<V, A>::type>::template portable_rebind_alloc<U>::type> type; 48 struct container_rebind<Cont<V>, U> struct 50 typedef Cont<U> type; 58 struct container_rebind<Cont<V>, U> struct 60 typedef Cont<U> type; 66 struct container_rebind<Cont<V, A>, U> struct 68 …locator_traits<typename real_allocator<V, A>::type>::template portable_rebind_alloc<U>::type> type; [all …]
|