Support Class Library
A set of tools providing classes and utility
|
CopyConstructible concept, a type T is copy constructible if meta::is_copy_constructible<T>() is true. More...
#include "CopyConstructible.h"
Public Member Functions | |
constexpr | operator bool () const |
CopyConstructible concept, a type T is copy constructible if meta::is_copy_constructible<T>() is true.
T | the type to check against |
Definition at line 15 of file CopyConstructible.h.
|
inline |
Definition at line 16 of file CopyConstructible.h.