B2BITS FIX Antenna C++  2.31.0
Public Types | List of all members
Utils::ConstMethodResolver< const T > Struct Template Reference

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

#include <B2BITS_AutoPtr.h>

Public Types

typedef void(T::* MethodType) () const
 

Detailed Description

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

Returns pointer to the const method of the class.

Member Typedef Documentation

◆ MethodType

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