| 
| 
template<typename R , typename C >  | 
| constexpr auto  | operator() (R(C::*ptr)(Args...) const) const noexcept -> decltype(ptr) | 
|   | 
| 
template<typename R , typename C >  | 
| constexpr auto  | operator() (R(C::*ptr)(Args...) const) const noexcept -> decltype(ptr) | 
|   | 
 | 
| 
template<typename R , typename C >  | 
| static constexpr auto  | of (R(C::*ptr)(Args...) const) noexcept -> decltype(ptr) | 
|   | 
| 
template<typename R , typename C >  | 
| static constexpr auto  | of (R(C::*ptr)(Args...) const) noexcept -> decltype(ptr) | 
|   | 
The documentation for this struct was generated from the following files: