Standard library header <clocale>

From cppreference.com
< cpp‎ | header
 
 
 

This header was originally in the C standard library as <locale.h>.

This header is part of the localization library

Types

formatting details, returned by std::localeconv
(class)

Constants

implementation-defined null pointer constant
(macro constant)
locale categories for std::setlocale
(macro constant)

Functions

gets and sets the current C locale
(function)
queries numeric and monetary formatting details of the current locale
(function)

Notes