| 
    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 void * | pointer | 
| typedef const void * | const_pointer | 
| typedef void | value_type | 
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1.
Definition at line 128 of file tbb_allocator.h.
| typedef const void* tbb::tbb_allocator< void >::const_pointer | 
Definition at line 131 of file tbb_allocator.h.
| typedef void* tbb::tbb_allocator< void >::pointer | 
Definition at line 130 of file tbb_allocator.h.
| typedef void tbb::tbb_allocator< void >::value_type | 
Definition at line 132 of file tbb_allocator.h.