Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 716 Bytes

limits.md

File metadata and controls

14 lines (9 loc) · 716 Bytes

limits

  • limits[meta header]

<limits>ヘッダでは、算術型の実装プロパティを取得するための機能を提供する。

本ヘッダはフリースタンディング環境でも提供される。

名前 説明 対応バージョン
numeric_limits 算術型の性質(class template)
float_round_style 浮動小数点数の丸め形式に関する列挙値(enum)
float_denorm_style 非正規数のサポートに関する列挙値(enum) C++23で非推奨