table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::sortable(3cxx) | std::sortable(3cxx) |
NAME¶
std::sortable - [alg.req.sortable], concept sortable
SYNOPSIS¶
#include <iterator>
Concept definition¶
template<typename _Iter, typename _Rel ranges::less, typename _Proj identity> concept std::sortable = permutable<_Iter>
&& indirect_strict_weak_order<_Rel, projected<_Iter, _Proj>>
Detailed Description¶
[alg.req.sortable], concept sortable
Definition at line 913 of file iterator.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |