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::permutable - [alg.req.permutable], concept permutable

Author

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

                                                    libstdc++                              std::permutable(3cxx)

Concept Definition

       template<typename _Iter>
       concept std::permutable =  forward_iterator<_Iter>
             && indirectly_movable_storable<_Iter, _Iter>
             && indirectly_swappable<_Iter, _Iter>

Detailed Description

       [alg.req.permutable], concept permutable

Name

       std::permutable - [alg.req.permutable], concept permutable

Synopsis

       #include <iterator>

See Also