![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Obtains the reference-qualification of a member function pointer type. More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< reference_qualifier, function_traits< member_pointer_traits< F >::pointee_type >::member_function_reference_qualifier > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< reference_qualifier, function_traits< member_pointer_traits< F >::pointee_type >::member_function_reference_qualifier > | |
| 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< reference_qualifier, function_traits< member_pointer_traits< F >::pointee_type >::member_function_reference_qualifier > | |
| static constexpr value_type | value |
| The constant. | |
Obtains the reference-qualification of a member function pointer type.
| F | member function pointer type |