std::experimental::ranges::Permutable
来自 cppreference.com
< cpp | experimental | ranges
template< class I > concept bool Permutable = |
(范围 TS) | |
Permutable
概念指定了通过移动或交换元素(例如,ranges::rotate)来就地重新排列元素的算法的通用要求。