|
|
|
Defined in header <concepts> | ||
template<class T,class...Args> concept constructible_from= | (since C++20) | |
Theconstructible_from
concept specifies that a variable of typeT
can be initialized with the given set of argument typesArgs...
.
constructible_from
[concept.constructible] constructible_from
[concept.constructible] (C++11)(C++11)(C++11) | checks if a type has a constructor for specific arguments (class template)[edit] |