5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_EMPTY_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_EMPTY_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
19template <
typename Type>
25template <
typename Type>
Type trait to check if a type is an empty type. Derives from std::true_type if it is,...
Definition is_empty.hpp:26
constexpr bool is_empty_v
Type trait to check if a type is an empty type. true if it is, 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