5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_VOLATILE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_VOLATILE_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
21template <
typename Type>
28template <
typename Type>
36template <
typename Type>
A type trait to check if a type is volatile. The class is derived from true_type if Type is volatile,...
Definition is_volatile.hpp:37
constexpr bool is_volatile_v
A type trait to check if a type is volatile. The value is true if Type is volatile,...
constexpr bool is_volatile_v< Type volatile >
A type trait to check if a type is volatile. The value is true if Type is volatile,...
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