std::constructible_from
[concept.constructible], concept constructible_from
- Provided by: libstdc++-13-doc (Version: 13.3.0-6ubuntu2~24.04.1)
- Source: gcc-13
- Report a bug
[concept.constructible], concept constructible_from
#include <concepts>
template<typename _Tp, typename... _Args> concept std::constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>
[concept.constructible], concept constructible_from
Generated automatically by Doxygen for libstdc++ from the source code.