5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_IS_ONLY_EXPLICITLY_CONSTRUCTIBLE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_TYPE_TRAITS_IS_ONLY_EXPLICITLY_CONSTRUCTIBLE_HPP_
9#include "arene/base/stdlib_choice/integral_constant.hpp"
10#include "arene/base/stdlib_choice/is_constructible.hpp"
11#include "arene/base/type_traits/is_implicitly_constructible.hpp"
22template <
class T,
class...
Args>
29template <
class T,
class... Args>
36template <
class T,
class...
Args>
43template <
class T,
class... Args>
Type trait to detect if a type is nothrow explicitly constructible from arguments of the specified ty...
Definition is_only_explicitly_constructible.hpp:45
Type trait to detect if a type is explicitly constructible from arguments of the specified types.
Definition is_only_explicitly_constructible.hpp:31
Definition array_exceptions_disabled.cpp:11
constexpr bool is_nothrow_only_explicitly_constructible_v
Type trait to detect if a type is nothrow explicitly constructible from arguments of the specified ty...
constexpr bool is_only_explicitly_constructible_v
Type trait to detect if a type is explicitly constructible from arguments of the specified types.
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10