table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::constructible_from(3cxx) | std::constructible_from(3cxx) |
NAME¶
std::constructible_from - [concept.constructible], concept constructible_from
SYNOPSIS¶
Concept definition¶
template<typename _Tp, typename... _Args> concept std::constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>
Detailed Description¶
[concept.constructible], concept constructible_from
Definition at line 136 of file concepts.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |