28 #ifndef BSL_IS_FLOATING_POINT_HPP 29 #define BSL_IS_FLOATING_POINT_HPP 66 class is_floating_point<float const> final :
public true_type
70 class is_floating_point<double> final :
public true_type 74 class is_floating_point<double const> final :
public true_type
bool_constant< true > true_type
provides a bool_constant that represents "true"
Definition: true_type.hpp:36
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
If the provided type is a floating point type (taking into account const qualifications),...
Definition: is_floating_point.hpp:56