std::constructible_from - cppreference.com (original) (raw)

The constructible_from concept specifies that a variable of type T can be initialized with the given set of argument types Args....

[edit] References

[edit] See also