std::chars_format
STD:CHAIS[医]格式
Defined in header | | |
---|---|---|
enum class chars_format { scientific = /*unspecified*/, fixed = /*unspecified*/, hex = /*unspecified*/, general = fixed | scientific }; | | (since C++17) |
阿BitmaskType
用于指定浮点格式。std::to_chars
和std::from_chars
...
另见
to_chars (C++17) | converts an integer or floating-point value to a character sequence (function) |
---|---|
from_chars (C++17) | converts a character sequence to an integer or floating-point value (function) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。