Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::is_nothrow_only_explicitly_constructible< T, Args > Class Template Reference

Type trait to detect if a type is nothrow explicitly constructible from arguments of the specified types. More...

Inheritance diagram for arene::base::is_nothrow_only_explicitly_constructible< T, Args >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::integral_constant< bool, is_nothrow_only_explicitly_constructible_v< T, Args... > >
using type
 The type of this class.
 
using value_type
 The type of the value.
 
- Public Member Functions inherited from std::integral_constant< bool, is_nothrow_only_explicitly_constructible_v< T, Args... > >
constexpr operator value_type () const noexcept
 Implicit conversion to Type.
 
constexpr auto operator() () const noexcept -> value_type
 Nullary function call operator.
 
- Static Public Attributes inherited from std::integral_constant< bool, is_nothrow_only_explicitly_constructible_v< T, Args... > >
static constexpr value_type value
 The constant.
 

Detailed Description

template<class T, class... Args>
class arene::base::is_nothrow_only_explicitly_constructible< T, Args >

Type trait to detect if a type is nothrow explicitly constructible from arguments of the specified types.

Template Parameters
TThe type to check if it can be nothrow explicitly constructed.
ArgsThe arguments to try to nothrow explicitly construct with.

The documentation for this class was generated from the following file: