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