![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Type trait to detect if a type is explicitly constructible from arguments of the specified types. More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< bool, is_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_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_only_explicitly_constructible_v< T, Args... > > | |
| static constexpr value_type | value |
| The constant. | |
Type trait to detect if a type is explicitly constructible from arguments of the specified types.
| T | The type to check if it can be explicitly constructed. |
| Args | The arguments to try to explicitly construct with. |