|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_allocator_traits.h>
Classes | |
| struct | rebind_alloc |
Public Types | |
| typedef tbb::internal::false_type | propagate_on_container_move_assignment |
| typedef tbb::internal::false_type | propagate_on_container_copy_assignment |
| typedef tbb::internal::false_type | propagate_on_container_swap |
| typedef Alloc | allocator_type |
| typedef allocator_type::value_type | value_type |
| typedef allocator_type::pointer | pointer |
| typedef allocator_type::const_pointer | const_pointer |
| typedef allocator_type::difference_type | difference_type |
| typedef allocator_type::size_type | size_type |
Internal allocator_traits implementation, which relies on C++03 standard [20.1.5] allocator requirements
Definition at line 77 of file _allocator_traits.h.
| typedef Alloc tbb::internal::allocator_traits< Alloc >::allocator_type |
Definition at line 85 of file _allocator_traits.h.
| typedef allocator_type::const_pointer tbb::internal::allocator_traits< Alloc >::const_pointer |
Definition at line 89 of file _allocator_traits.h.
| typedef allocator_type::difference_type tbb::internal::allocator_traits< Alloc >::difference_type |
Definition at line 90 of file _allocator_traits.h.
| typedef allocator_type::pointer tbb::internal::allocator_traits< Alloc >::pointer |
Definition at line 88 of file _allocator_traits.h.
| typedef tbb::internal::false_type tbb::internal::allocator_traits< Alloc >::propagate_on_container_copy_assignment |
Definition at line 82 of file _allocator_traits.h.
| typedef tbb::internal::false_type tbb::internal::allocator_traits< Alloc >::propagate_on_container_move_assignment |
Definition at line 81 of file _allocator_traits.h.
| typedef tbb::internal::false_type tbb::internal::allocator_traits< Alloc >::propagate_on_container_swap |
Definition at line 83 of file _allocator_traits.h.
| typedef allocator_type::size_type tbb::internal::allocator_traits< Alloc >::size_type |
Definition at line 91 of file _allocator_traits.h.
| typedef allocator_type::value_type tbb::internal::allocator_traits< Alloc >::value_type |
Definition at line 86 of file _allocator_traits.h.