logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

std::indirectly_copyable - [alg.req.ind.copy], concept indirectly_copyable

Author

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

                                                    libstdc++                     std::indirectly_copyable(3cxx)

Concept Definition

       template<typename _In, typename _Out>
       concept std::indirectly_copyable =  indirectly_readable<_In>
             && indirectly_writable<_Out, iter_reference_t<_In>>

Detailed Description

       [alg.req.ind.copy], concept indirectly_copyable

Name

       std::indirectly_copyable - [alg.req.ind.copy], concept indirectly_copyable

Synopsis

       #include <iterator>

See Also