| Localization library | |||||||||||||||||||||||||
| Regular expressions library(C++11) | |||||||||||||||||||||||||
| Formatting library(C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Defined in header <charconv> | ||
enumclass chars_format{ scientific=/*unspecified*/, | (since C++17) | |
ABitmaskType used to specify floating-point formatting forstd::to_chars andstd::from_chars.
| Feature-test macro | Value | Std | Feature |
|---|---|---|---|
__cpp_lib_to_chars | 201611L | (C++17) | Elementary string conversions (std::to_chars,std::from_chars) |
| This section is incomplete Reason: no example |
(C++17) | converts an integer or floating-point value to a character sequence (function)[edit] |
(C++17) | converts a character sequence to an integer or floating-point value (function)[edit] |