◐ Shell
clean mode source ↗

std::chars_format - cppreference.com

提供: cppreference.com

<tbody> </tbody>

enum class chars_format { scientific = /*unspecified*/, fixed = /*unspecified*/, hex = /*unspecified*/, general = fixed | scientific };

(C++17以上)

std::to_chars および std::from_chars のための浮動小数点フォーマットを指定するために使用される BitmaskType です。

関連項目