.TH "std::copy_constructible" 3cxx "Tue Jun 13 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::copy_constructible \- [concept\&.copyconstructible], concept copy_constructible .SH SYNOPSIS .br .PP .SH "Concept definition" .PP .nf 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 .fi .SH "Detailed Description" .PP [concept\&.copyconstructible], concept copy_constructible .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.