Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1. More...
#include <tbb_allocator.h>
Classes | |
struct | rebind |
Public Types | |
typedef Allocator< void > | base_allocator_type |
typedef base_allocator_type::value_type | value_type |
typedef base_allocator_type::pointer | pointer |
typedef base_allocator_type::const_pointer | const_pointer |
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1.
Definition at line 181 of file tbb_allocator.h.
typedef Allocator<void> tbb::zero_allocator< void, Allocator >::base_allocator_type |
Definition at line 183 of file tbb_allocator.h.
typedef base_allocator_type::const_pointer tbb::zero_allocator< void, Allocator >::const_pointer |
Definition at line 186 of file tbb_allocator.h.
typedef base_allocator_type::pointer tbb::zero_allocator< void, Allocator >::pointer |
Definition at line 185 of file tbb_allocator.h.
typedef base_allocator_type::value_type tbb::zero_allocator< void, Allocator >::value_type |
Definition at line 184 of file tbb_allocator.h.