Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::tbb_allocator< void > Class Template Reference

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

#include <tbb_allocator.h>

Collaboration diagram for tbb::tbb_allocator< void >:

Classes

struct  rebind
 

Public Types

typedef voidpointer
 
typedef const voidconst_pointer
 
typedef void value_type
 

Detailed Description

template<>
class tbb::tbb_allocator< void >

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

Definition at line 128 of file tbb_allocator.h.

Member Typedef Documentation

◆ const_pointer

Definition at line 131 of file tbb_allocator.h.

◆ pointer

Definition at line 130 of file tbb_allocator.h.

◆ value_type

Definition at line 132 of file tbb_allocator.h.


The documentation for this class was generated from the following file:

Copyright © 2005-2020 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.