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

Additional Inherited Members | |
Public Types inherited from std::integral_constant< bool, Value >< false > | |
| using | type |
| The type of this class. | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< bool, Value >< false > | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< bool, Value >< false > | |
| static constexpr value_type | value |
| The constant. | |
| static constexpr value_type | value |
| The constant. | |
| static constexpr value_type | value |
| The constant. | |
| static constexpr value_type | value |
| The constant. | |
Type trait to detect if a type is constructible from arguments of the specified types and is noexcept.
| Type | The type to (try to) construct |
| Args | The types of the arguments to (try to) construct from |