std::copy_constructible(3) Library Functions Manual NAME std::copy_constructible - [concept.copyconstructible], concept copy_constructible SYNOPSIS #include Concept definition template concept std::copy_constructible = move_constructible<_Tp> && constructible_from<_Tp, _Tp&> && convertible_to<_Tp&, _Tp> && constructible_from<_Tp, const _Tp&> && convertible_to && constructible_from<_Tp, const _Tp> && convertible_to Detailed Description [concept.copyconstructible], concept copy_constructible Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::copy_constructible(3)