std::sortable(3) Library Functions Manual std::sortable(3) NAME std::sortable - [alg.req.sortable], concept sortable SYNOPSIS #include Concept definition template concept sortable = permutable<_Iter> && indirect_strict_weak_order<_Rel, projected<_Iter, _Proj>> Detailed Description [alg.req.sortable], concept sortable Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::sortable(3)