libstdc++
std::constructible_from Concept Reference
Concept definition
template
<
typename
_Tp,
typename
... _Args>
concept
std::constructible_from
=
destructible<_Tp>
&& is_constructible_v<_Tp, _Args...>
std::destructible
[concept.destructible], concept destructible
Definition:
concepts:132
std::constructible_from
[concept.constructible], concept constructible_from
Definition:
concepts:137
Detailed Description
[concept.constructible], concept constructible_from
Definition at line
136
of file
concepts
.
std
constructible_from
Generated by
1.9.7