std::indirectly_copyable(3) Library Functions Manual NAME std::indirectly_copyable - [alg.req.ind.copy], concept indirectly_copyable SYNOPSIS #include Concept definition template concept indirectly_copyable = indirectly_readable<_In> && indirectly_writable<_Out, iter_reference_t<_In>> Detailed Description [alg.req.ind.copy], concept indirectly_copyable Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::indirectly_copyable(3)