std::chars_format
From cppreference.com
Defined in header <utility>
|
||
enum class chars_format { scientific = /*unspecified*/, |
(since C++17) | |
A BitmaskType
used to specify floating-point formatting for std::to_chars and std::from_chars
See also
(C++17) |
converts an integer or floating-point value to a character sequence (function) |
(C++17) |
converts a character sequence to an integer or floating-point value (function) |