5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_INTEGRAL_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_INTEGRAL_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"
132template <
typename Type>
138template <
typename Type>
A type trait to check if a type is integral. The class is derived from true_type if Type is an integr...
Definition is_integral.hpp:139
Definition is_integral.hpp:21
constexpr bool is_integral_v< unsigned long, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< long long, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< char, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< signed char, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< int, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< unsigned char, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< char32_t, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< long, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< short, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< unsigned short, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< char16_t, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< wchar_t, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< unsigned, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< unsigned long long, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v< bool, Dummy >
Implementation constant for std::is_integral_v The value is true if Type is an integral type,...
constexpr bool is_integral_v
A type trait to check if a type is integral. The value is true if Type is an integral 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