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