5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_ASSIGNABLE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_ASSIGNABLE_HPP_
14#include "arene/base/compiler_support/diagnostics.hpp"
15#include "arene/base/constraints.hpp"
16#include "stdlib/include/stdlib_detail/declval.hpp"
17#include "stdlib/include/stdlib_detail/integral_constant.hpp"
31template <
typename To,
typename From>
40template <
typename To,
typename From>
46template <
typename To,
typename From>
62template <
typename To,
typename From>
71template <
typename To,
typename From>
77template <
typename To,
typename From>
Type trait to detect if an instance of To is assignable to from arguments of From.
Definition is_assignable.hpp:47
Type trait to detect if an instance of To is assignable to from arguments of From without throwing.
Definition is_assignable.hpp:78
Definition is_assignable.hpp:21
constexpr bool is_assignable_v
Type trait to detect if an instance of To is assignable to from arguments of From.
Definition is_assignable.hpp:49
ARENE_IGNORE_ARMCLANG("-Wimplicit-int-float-conversion", "No actual conversion here, just a check")
ARENE_IGNORE_CLANG("-Wimplicit-int-conversion", "No actual conversion here, just a check")
constexpr bool is_nothrow_assignable_v
Type trait to detect if an instance of To is assignable to from arguments of From without throwing.
constexpr bool is_nothrow_assignable_v< To, From, true >
Type trait to detect if an instance of To is assignable to from arguments of From without throwing.
constexpr bool is_nothrow_assignable_v
Type trait to detect if an instance of To is assignable to from arguments of From without throwing.
constexpr bool is_assignable_v
Type trait to detect if an instance of To is assignable to from arguments of From.
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