.TH "std::indirectly_movable" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::indirectly_movable \- [alg\&.req\&.ind\&.move], concept \fRindirectly_movable\fP .SH SYNOPSIS .br .PP .PP \fR#include \fP .SH "Concept definition" .PP .nf template concept indirectly_movable = indirectly_readable<_In> && indirectly_writable<_Out, iter_rvalue_reference_t<_In>> .PP .fi .SH "Detailed Description" .PP [alg\&.req\&.ind\&.move], concept \fRindirectly_movable\fP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.