5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_CONST_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_CONST_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
20template <
typename Type>
25template <
typename Type>
31template <
typename Type>
A type trait to check if a type is const. The class is derived from true_type if Type is const,...
Definition is_const.hpp:32
constexpr bool is_const_v
A type trait to check if a type is const. The value is true if Type is const, false otherwise.
constexpr bool is_const_v< Type const >
A type trait to check if a type is const. The value is true if Type is const, false otherwise.
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