Support Class Library
A set of tools providing classes and utility
|
Constructible concept, a type is constructible with the given arguments if it is destructible and meta::is_constructible<T, Args...>() is true. More...
#include "Constructible.h"
Public Member Functions | |
constexpr | operator bool () const |
Constructible concept, a type is constructible with the given arguments if it is destructible and meta::is_constructible<T, Args...>() is true.
T | being the type of object to construct |
Args | being the types of the arguments to use in the constructor |
Definition at line 17 of file Constructible.h.
|
inline |
Definition at line 18 of file Constructible.h.