Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 487 Bytes

File metadata and controls

19 lines (14 loc) · 487 Bytes

FP_ILOGB0

  • cmath[meta header]
  • macro[meta id-type]
  • cpp11[meta cpp]
#define FP_ILOGB0 integer-constant-expression
  • integer-constant-expression[italic]

概要

FP_ILOGB0 は、std::ilogb(0) の戻り値を表す整数定数式である。

INT_MIN-INT_MAX のうち少なくとも片方と等しい値でなければならない。

バージョン

言語

  • C++11