Main Page
Modules
Namespaces
Classes
Files
Related Pages
Class List
Class Hierarchy
Class Members
tbb
::
zero_allocator< void, Allocator >
tbb::zero_allocator< void, Allocator > Class Template Reference
[
Memory Allocation
]
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1.
More...
#include <tbb_allocator.h>
List of all members.
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
Classes
struct
rebind
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:
tbb_allocator.h
Copyright © 2005-2013 Intel Corporation. All Rights Reserved.
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.
* Other names and brands may be claimed as the property of others.