Overload of c_sort() for performing a comp comparison other than the default operator<.
Synopsis
Declared in <absl/algorithm/container.h>
template<
typename C,
typename LessThan>
constexpr
void
c_sort(
C& c,
LessThan&& comp);
Parameters
Name |
Description |
c |
The container to sort. |
comp |
The comparison used to order the elements. |
Created with MrDocs