On this page
std::constructible_from
Defined in header <concepts> |
||
---|---|---|
|
(since C++20) |
The constructible_from
concept specifies that a variable of type T
can be initialized with the given set of argument types Args...
.
See also
(C++11)(C++11)(C++11)
|
checks if a type has a constructor for specific arguments (class template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/concepts/constructible_from