Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::is_floating_point_detail Namespace Reference

Variable Documentation

◆ is_floating_point_v

template<typename Type, nullptr_t Dummy = nullptr>
bool std::is_floating_point_detail::is_floating_point_v = false
externconstexpr

Implementation constant for std::is_floating_point_v The value is true if Type is a floating point type, false otherwise.

Template Parameters
TypeThe type to check
DummyA dummy parameter to allow specialization

◆ is_floating_point_v< double, Dummy >

template<nullptr_t Dummy>
bool std::is_floating_point_detail::is_floating_point_v< double, Dummy > = true
externconstexpr

Implementation constant for std::is_floating_point_v The value is true if Type is a floating point type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_floating_point_v< float, Dummy >

template<nullptr_t Dummy>
bool std::is_floating_point_detail::is_floating_point_v< float, Dummy > = true
externconstexpr

Implementation constant for std::is_floating_point_v The value is true if Type is a floating point type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_floating_point_v< long double, Dummy >

template<nullptr_t Dummy>
bool std::is_floating_point_detail::is_floating_point_v< long double, Dummy > = true
externconstexpr

Implementation constant for std::is_floating_point_v The value is true if Type is a floating point type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization