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