5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_BASE_OF_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_BASE_OF_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
29template <
typename Base,
typename Derived>
Type trait to detect if Base is a base class of Derived.
Definition is_base_of.hpp:30
constexpr bool is_base_of_v
Type trait to detect if Base is a base class of Derived.
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