Name
LC_COLLATE macro — Collation order category
Synopsis
int LC_COLLATE
The LC_COLLATE
macro
expands to a constant integer, which sets the collation order
category in a call to setlocale
.
The collation order is used by functions such as strcoll
(in <cstring>
).