Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::member_function_reference< F > Class Template Reference

Obtains the reference-qualification of a member function pointer type. More...

Inheritance diagram for arene::base::member_function_reference< F >:
Inheritance graph

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.
 

Detailed Description

template<class F>
class arene::base::member_function_reference< F >

Obtains the reference-qualification of a member function pointer type.

Template Parameters
Fmember function pointer type

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