5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_FUNCTION_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_FUNCTION_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
15#include "stdlib/include/stdlib_detail/is_const.hpp"
16#include "stdlib/include/stdlib_detail/is_reference.hpp"
24template <
typename Type>
30template <
typename Type>
A type trait to check if a type is a function. The class is derived from true_type if Type is a funct...
Definition is_function.hpp:31
constexpr bool is_function_v
A type trait to check if a type is a function. The value is true if Type is a function,...
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