table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::permutable(3cxx) | std::permutable(3cxx) |
NAME¶
std::permutable - [alg.req.permutable], concept permutable
SYNOPSIS¶
#include <iterator>
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
Definition at line 896 of file iterator.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |