![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Type trait to check if a type has an overloaded address operator; the class derives from true_type if the type has an overloaded address operator, false_type otherwise.
More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< bool, has_overloaded_address_operator_v< T > > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< bool, has_overloaded_address_operator_v< T > > | |
| 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, has_overloaded_address_operator_v< T > > | |
| static constexpr value_type | value |
| The constant. | |
Type trait to check if a type has an overloaded address operator; the class derives from true_type if the type has an overloaded address operator, false_type otherwise.
| T | The type to check |