SObjectizer  5.5
Static Public Attributes | List of all members
so_5::details::is_agent_method_pointer< T > Struct Template Reference

Check whether T is a non-static member function pointer. More...

#include <message_handler_format_detector.hpp>

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T>
struct so_5::details::is_agent_method_pointer< T >

Check whether T is a non-static member function pointer.

If T is not a pointer to member function then is_agent_method_pointer::value will be false.

If T is a pointer to method without args then:

If T is a pointer to method with one argument then:

Since
v.5.5.20

Member Data Documentation

◆ value

template<typename T >
const bool so_5::details::is_agent_method_pointer< T >::value = false
static

The documentation for this struct was generated from the following file: