Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Base class for types that should not be copied or assigned. More...
#include <tbb_stddef.h>
Public Member Functions | |
no_copy () | |
Allow default construction. More... | |
Private Member Functions | |
no_copy (const no_copy &) | |
Deny copy construction. More... | |
Base class for types that should not be copied or assigned.
Definition at line 335 of file tbb_stddef.h.
|
private |
Deny copy construction.
|
inline |