Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::no_copy Class Reference

Base class for types that should not be copied or assigned. More...

#include <tbb_stddef.h>

Inheritance diagram for tbb::internal::no_copy:
Collaboration diagram for tbb::internal::no_copy:

Public Member Functions

 no_copy ()
 Allow default construction. More...
 

Private Member Functions

 no_copy (const no_copy &)
 Deny copy construction. More...
 

Detailed Description

Base class for types that should not be copied or assigned.

Definition at line 331 of file tbb_stddef.h.

Constructor & Destructor Documentation

◆ no_copy() [1/2]

tbb::internal::no_copy::no_copy ( const no_copy )
private

Deny copy construction.

◆ no_copy() [2/2]

tbb::internal::no_copy::no_copy ( )
inline

Allow default construction.

Definition at line 336 of file tbb_stddef.h.

336 {}

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

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