5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_CONSTRUCTIBLE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_CONSTRUCTIBLE_HPP_
14#include "stdlib/include/stdlib_detail/cstddef.hpp"
15#include "stdlib/include/stdlib_detail/declval.hpp"
16#include "stdlib/include/stdlib_detail/integral_constant.hpp"
22template <
typename Type,
typename...
Args>
28template <
typename Type,
typename... Args>
42template <
bool IsConstructible,
typename Type,
typename... Args>
50template <
typename Type,
typename... Args>
60template <
typename Type, size_t N,
typename... Args>
70template <
typename Type,
typename... Args>
83template <
typename Type,
typename... Args>
91template <
typename Type,
typename...
Args>
Type trait to detect if a type is constructible from arguments of the specified types.
Definition is_constructible.hpp:29
Internal implementation of is_nothrow_constructible.
Definition is_constructible.hpp:43
Internal implementation of is_nothrow_constructible.
Definition is_constructible.hpp:72
Type trait to detect if a type is constructible from arguments of the specified types and is noexcept...
Definition is_constructible.hpp:84
Definition is_constructible.hpp:31
constexpr bool is_nothrow_constructible_v
Type trait to detect if a type is constructible from arguments of the specified types and is noexcept...
constexpr bool is_constructible_v
Type trait to detect if a type is constructible from arguments of the specified types.
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