5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_FLOATING_POINT_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_FLOATING_POINT_HPP_
14#include "stdlib/include/stdlib_detail/cstddef.hpp"
15#include "stdlib/include/stdlib_detail/integral_constant.hpp"
16#include "stdlib/include/stdlib_detail/remove_cv.hpp"
52template <
typename Type>
58template <
typename Type>
A type trait to check if a type is floating point. The class is derived from true_type if Type is a f...
Definition is_floating_point.hpp:59
Definition is_floating_point.hpp:19
constexpr bool is_floating_point_v
Implementation constant for std::is_floating_point_v The value is true if Type is a floating point ty...
constexpr bool is_floating_point_v< long double, Dummy >
Implementation constant for std::is_floating_point_v The value is true if Type is a floating point ty...
constexpr bool is_floating_point_v< float, Dummy >
Implementation constant for std::is_floating_point_v The value is true if Type is a floating point ty...
constexpr bool is_floating_point_v< double, Dummy >
Implementation constant for std::is_floating_point_v The value is true if Type is a floating point ty...
constexpr bool is_floating_point_v
A type trait to check if a type is floating point. The value is true if Type is a floating point type...
constexpr auto operator()(::arene::base::result< void, E > const &value) const noexcept(noexcept(hash< E >{}(std::declval< E const & >()))) -> std::size_t
Calculate the hash of a result.
Definition result.hpp:1827