B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Types | List of all members
Utils::ConstMethodResolver< T > Struct Template Reference

Returns pointer to the mutable method of the class. More...

#include <B2BITS_AutoPtr.h>

Public Types

typedef void(T::* MethodType) ()
 

Detailed Description

template<typename T>
struct Utils::ConstMethodResolver< T >

Returns pointer to the mutable method of the class.

Member Typedef Documentation

◆ MethodType

template<typename T >
typedef void(T::* Utils::ConstMethodResolver< T >::MethodType) ()