std::indirectly_movable(3) Library Functions Manual std::indirectly_movable(3)

std::indirectly_movable - [alg.req.ind.move], concept indirectly_movable

#include <iterator_concepts.h>

template<typename _In, typename _Out>
concept std::indirectly_movable =  indirectly_readable<_In>
      && indirectly_writable<_Out, iter_rvalue_reference_t<_In>>

[alg.req.ind.move], concept indirectly_movable

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++