Home
last modified time | relevance | path

Searched defs:allocator_rebind (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/core/
Dallocator_access.hpp260 struct allocator_rebind { struct
261 typedef typename A::template rebind<T>::other type;
265 struct allocator_rebind { struct
266 typedef typename std::allocator_traits<A>::template rebind_alloc<T> type;
282 struct allocator_rebind { struct
283 typedef typename detail::alloc_to<A, T>::type type;
287 struct allocator_rebind<A, T, struct
289 typedef typename A::template rebind<T>::other type;