BRE12
Classes | Public Types | List of all members
tbb::zero_allocator< void, Allocator > Class Template Reference

Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1. More...

#include <tbb_allocator.h>

Inheritance diagram for tbb::zero_allocator< void, Allocator >:

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
 

Detailed Description

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: