| 
    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 <cache_aligned_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 118 of file cache_aligned_allocator.h.
| typedef const void* tbb::cache_aligned_allocator< void >::const_pointer | 
Definition at line 121 of file cache_aligned_allocator.h.
| typedef void* tbb::cache_aligned_allocator< void >::pointer | 
Definition at line 120 of file cache_aligned_allocator.h.
| typedef void tbb::cache_aligned_allocator< void >::value_type | 
Definition at line 122 of file cache_aligned_allocator.h.