Support Class Library
A set of tools providing classes and utility
|
DefaultConstructible concept, a type T is default constructible if it defines a default constructor. More...
#include "DefaultConstructible.h"
Public Member Functions | |
constexpr | operator bool () const |
DefaultConstructible concept, a type T is default constructible if it defines a default constructor.
T | the type to check against |
Definition at line 15 of file DefaultConstructible.h.
|
inline |
Definition at line 16 of file DefaultConstructible.h.