5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_SIGNED_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_SIGNED_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
15#include "stdlib/include/stdlib_detail/is_floating_point.hpp"
16#include "stdlib/include/stdlib_detail/is_integral.hpp"
30template <
typename Type>
32 static_cast<Type>(
static_cast<Type>(0) -
static_cast<Type>(1)) <
static_cast<Type>(0);
39template <
typename Type>
45template <
typename Type>
A type trait to check if a type is signed. The class is derived from true_type if Type is a signed ty...
Definition is_signed.hpp:46
Definition is_signed.hpp:20
constexpr bool is_signed_v< Type, true >
Implementation constant for std::is_signed_v The value is true if Type is a signed type,...
constexpr bool is_signed_v
Implementation constant for std::is_signed_v The value is true if Type is a signed type,...
constexpr bool is_signed_v
A type trait to check if a type is signed. The value is true if Type is a signed 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