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