SObjectizer  5.5
Static Public Attributes | List of all members
so_5::details::is_agent_method_pointer< Arity, 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 constexpr const bool value = false
 

Detailed Description

template<method_arity Arity, typename T>
struct so_5::details::is_agent_method_pointer< Arity, 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<method_arity Arity, typename T >
constexpr const bool so_5::details::is_agent_method_pointer< Arity, T >::value = false
static

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