[#absl-c_sort-07a] = xref:absl.adoc[absl]::c_sort :relfileprefix: ../ :mrdocs: Overload of `c_sort()` for performing a `comp` comparison other than the default `operator<`. == Synopsis Declared in `<absl/algorithm/container.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename C, typename LessThan> constexpr void c_sort( C& c, LessThan&& comp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *c* | The container to sort. | *comp* | The comparison used to order the elements. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#