std::permutable
From cppreference.com
Defined in header <iterator>
|
||
template< class I > concept permutable = |
(since C++20) | |
The concept permutable
refines std::forward_iterator
by adding requirements for reordering through moves and swaps.
Semantic requirements
I
models permutable
only if all concepts it subsumes are modeled.
See also
(C++20) |
specifies the common requirements of algorithms that permute sequences into ordered sequences (concept) |