5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_REFERENCEABLE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_REFERENCEABLE_HPP_
14#include "stdlib/include/stdlib_detail/is_object.hpp"
15#include "stdlib/include/stdlib_detail/is_reference.hpp"
22template <
typename Type>
33template <
typename Type>
Definition internal_named_requirements.hpp:19
constexpr bool is_function_type_without_cvref_v< Result(Args...)>
Internal type trait to check if a type is a function type without a cv-qualifier or ref-qualifier.
constexpr bool is_referenceable_v
Internal type trait to check if a type is a referenceable type.
constexpr bool is_function_type_without_cvref_v
Internal type trait to check if a type is a function type without a cv-qualifier or ref-qualifier.
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