B2BITS FIX Antenna C++ 2.33.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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) ()