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