std::constructible_from(3) Library Functions Manual std::constructible_from(3)

std::constructible_from - [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.

libstdc++