B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros 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

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