std::sortable
[alg.req.sortable], concept sortable
- Provided by: libstdc++-13-doc (Version: 13.3.0-6ubuntu2~24.04.1)
- Source: gcc-13
- Report a bug
[alg.req.sortable], concept sortable
#include <iterator>
template<typename _Iter, typename _Rel ranges::less, typename _Proj identity>
concept std::sortable = permutable<_Iter>
&& indirect_strict_weak_order<_Rel, projected<_Iter, _Proj>>
[alg.req.sortable], concept sortable
Generated automatically by Doxygen for libstdc++ from the source code.