16 template <
class T,
class... Args>
18 constexpr
operator bool()
const{
22 meta::is_constructible<T, Args...>(),
23 "Constructible<T, Args...>: T is not constructible w/ Args..." Constructible concept, a type is constructible with the given arguments if it is destructible and met...
Global namespace of the SCL.
Destructible concept, a type T is destructible if it defines a destructor that won't throw...
#define static_require(cpt)