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

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

#include <iterator_concepts.h>

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

[alg.req.permutable], concept permutable

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

libstdc++