std::experimental::ranges::Sortable
出自cppreference.com
< cpp | experimental | ranges
template< class I, class R = ranges::less<>, class P = ranges::identity > concept bool Sortable = |
(範圍 TS) | |
Sortable
概念指定將序列排列成有序序列的演算法(例如 ranges::sort)的常用要求。