5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_COPY_CONSTRUCTIBLE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_COPY_CONSTRUCTIBLE_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
15#include "stdlib/include/stdlib_detail/is_constructible.hpp"
16#include "stdlib/include/stdlib_detail/is_referenceable.hpp"
Type trait to detect if an instance of T is copy constructible.
Definition is_copy_constructible.hpp:60
Type trait to detect if an instance of T is copy constructible without throwing.
Definition is_copy_constructible.hpp:71
Type trait to detect if an instance of T is trivially copy constructible.
Definition is_copy_constructible.hpp:82
Definition is_copy_constructible.hpp:19
constexpr bool is_trivially_copy_constructible_v
Type trait to detect if an instance of T is trivially copy constructible.
constexpr bool is_copy_constructible_v
Type trait to detect if an instance of T is copy constructible.
constexpr bool is_nothrow_copy_constructible_v
Type trait to detect if an instance of T is copy constructible without throwing.
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