.TH "std::move_constructible" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::move_constructible \- [concept\&.moveconstructible], concept move_constructible .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Concept definition" .PP .PP .nf template concept std::move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp> .fi .SH "Detailed Description" .PP [concept\&.moveconstructible], concept move_constructible .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.