Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1.
More...
#include <tbb_allocator.h>
|
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 |
|
template<template< typename T > class Allocator>
class tbb::zero_allocator< void, Allocator >
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1.
The documentation for this class was generated from the following file: