5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_SAME_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_SAME_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
21template <
typename T1,
typename T2>
34template <
typename T1,
typename T2>
Trait to detect if the two template parameters are the same or not. The value member is true if the t...
Definition is_same.hpp:35
constexpr bool is_same_v
Trait to detect if the two supplied types are the same or not. The value is true if the types are the...
constexpr bool is_same_v< T, T >
Trait to detect if the two supplied types are the same or not. The value is true if the types are the...
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