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 (const no_copy &)=delete | |
no_copy ()=default | |
Additional Inherited Members | |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
Base class for types that should not be copied or assigned.
Definition at line 330 of file tbb_stddef.h.
|
delete |
|
default |