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