[#absl-c_stable_sort-03] = xref:absl.adoc[absl]::c_stable_sort :relfileprefix: ../ :mrdocs: Container‐based version of the <algorithm> `std::stable_sort()` function to sort elements in ascending order of their values, preserving the order of equivalents. == Synopsis Declared in `<absl/algorithm/container.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename C> void c_stable_sort(C& c); ---- == Parameters [cols="1,4"] |=== | Name| Description | *c* | The container to sort. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#