Support Class Library
A set of tools providing classes and utility
|
NonCopyable concept, a type is non copyable if it is neither copy constructible nor copy assignable. More...
#include "NonCopyable.h"
Public Member Functions | |
constexpr | operator bool () const |
NonCopyable concept, a type is non copyable if it is neither copy constructible nor copy assignable.
T | being the type to check against |
Definition at line 12 of file NonCopyable.h.
|
inline |
Definition at line 13 of file NonCopyable.h.