libstdc++
std::constructible_from Concept Reference

Concept definition

template<typename _Tp, typename... _Args>
concept std::constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>
[concept.destructible], concept destructible
Definition: concepts:132
[concept.constructible], concept constructible_from
Definition: concepts:137

Detailed Description

[concept.constructible], concept constructible_from

Definition at line 136 of file concepts.