Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_allocator_traits.h>
Public Types | |
typedef allocator_traits< Alloc >::template rebind_alloc< T >::other | type |
C++03/C++11 compliant rebind helper, even if no std::allocator_traits available or rebind is not defined for allocator type
Definition at line 145 of file _allocator_traits.h.
typedef allocator_traits<Alloc>::template rebind_alloc<T>::other tbb::internal::allocator_rebind< Alloc, T >::type |
Definition at line 149 of file _allocator_traits.h.