cppreference.com
Search
🔍
Create account
Log in
Namespaces
Template
Discussion
Variants
Views
Read
View source
View history
Actions
Template
:
cpp/locale/navbar content
From cppreference.com
Locales and facets
Locales
has_facet
use_facet
locale
Facet category
base classes
ctype_base
codecvt_base
messages_base
time_base
money_base
ctype facets
ctype
ctype
<char>
ctype_byname
codecvt
codecvt_byname
numeric facets
num_get
num_put
numpunct
numpunct_byname
collate facets
collate
collate_byname
time facets
time_get
time_put
time_get_byname
time_put_byname
monetary facets
money_get
money_put
moneypunct
moneypunct_byname
messages facets
messages
messages_byname
Character classification and conversion
Character classification
isspace
iscntrl
isupper
islower
isalpha
ispunct
isdigit
isxdigit
isalnum
isblank
(C++11)
isprint
isgraph
Character conversions
toupper
tolower
String and stream conversions
wstring_convert
(
C++11/17/26*
)
wbuffer_convert
(
C++11/17/26*
)
Unicode conversion facets
codecvt_utf8
(
C++11/17/26*
)
codecvt_utf16
(
C++11/17/26*
)
codecvt_utf8_utf16
(
C++11/17/26*
)
codecvt_mode
(
C++11/17/26*
)
C library locales
LC_ALL
LC_COLLATE
LC_CTYPE
LC_MONETARY
LC_NUMERIC
LC_TIME
setlocale
localeconv
lconv