logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

                                                    libstdc++                      std::indirectly_movable(3cxx)

Concept Definition

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

Detailed Description

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

Name

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

Synopsis

       #include <iterator>

See Also