std::locale
std::locale
Defined in header <locale> | ||
---|---|---|
class locale; |
An object of class std::locale
is an immutable indexed set of immutable facets. Each stream object of the C++ input/output library is associated with an std::locale
object and uses its facets for parsing and formatting of all data. In addition, a locale object is associated with each std::basic_regex
object. Locale objects can also be used as predicates that perform string collation with the standard containers and alg