Enum special_constant¶
enum special_constant meta¶
enum class special_constant { … } Enumeration of special numeric values selectable through special_value .
enum constant default_constructed ¶
default_constructed value-initialized
T{}
Fully qualified name: kfr::special_constant::default_constructed
Declared at meta.hpp:2121
enum constant infinity ¶
infinity enum constant neg_infinity ¶
neg_infinity negative infinity
Fully qualified name: kfr::special_constant::neg_infinity
Declared at meta.hpp:2123
enum constant min ¶
min minimum positive normalized value
Fully qualified name: kfr::special_constant::min
Declared at meta.hpp:2124
enum constant max ¶
max maximum representable value
Fully qualified name: kfr::special_constant::max
Declared at meta.hpp:2125
enum constant neg_max ¶
neg_max negated maximum representable value
Fully qualified name: kfr::special_constant::neg_max
Declared at meta.hpp:2126
enum constant lowest ¶
lowest most negative representable value
Fully qualified name: kfr::special_constant::lowest
Declared at meta.hpp:2127
enum constant epsilon ¶
epsilon enum constant integer ¶
integer integer literal carried by
special_value
Fully qualified name: kfr::special_constant::integer
Declared at meta.hpp:2129
enum constant floating_point ¶
floating_point floating-point literal carried by
special_value
Fully qualified name: kfr::special_constant::floating_point
Declared at meta.hpp:2130
enum constant random_bits ¶
random_bits value filled with random bits
Fully qualified name: kfr::special_constant::random_bits
Declared at meta.hpp:2131
Fully qualified name: kfr::special_constant
Declared at meta.hpp:2119