libstdc++
std::permutable Concept Reference

#include <iterator_concepts.h>

Concept definition

template<typename _Iter>
concept std::permutable = forward_iterator<_Iter>
&& indirectly_movable_storable<_Iter, _Iter>
[alg.req.ind.swap], concept indirectly_swappable
[alg.req.permutable], concept permutable

Detailed Description

[alg.req.permutable], concept permutable

Definition at line 916 of file iterator_concepts.h.