5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_UNSIGNED_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_UNSIGNED_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
15#include "stdlib/include/stdlib_detail/is_arithmetic.hpp"
29template <
typename Type>
30extern constexpr bool is_unsigned_v<
Type,
true> =
static_cast<Type>(0) <
static_cast<Type>(-1);
37template <
typename Type>
43template <
typename Type>
A type trait to check if a type is unsigned. The class is derived from true_type if Type is an unsign...
Definition is_unsigned.hpp:44
Definition is_unsigned.hpp:19
constexpr bool is_unsigned_v< Type, true >
Implementation constant for std::is_unsigned_v The value is true if Type is an unsigned type,...
constexpr bool is_unsigned_v
Implementation constant for std::is_unsigned_v The value is true if Type is an unsigned type,...
constexpr bool is_unsigned_v
A type trait to check if a type is unsigned. The value is true if Type is an unsigned 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