ecolab::classdesc::functional::is_function< F > Struct Template Reference

#include <TCL_obj_base.h>

Collaboration diagram for ecolab::classdesc::functional::is_function< F >:
Collaboration graph

Static Public Attributes

static const bool value
 

Detailed Description

template<class F>
struct ecolab::classdesc::functional::is_function< F >

is_member_function_ptr<F>||is_nonmember_function_ptr<F> note this is semantically different from std::is_function

Member Data Documentation

◆ value

template<class F >
const bool ecolab::classdesc::functional::is_function< F >::value
static
Initial value:
=is_member_function_ptr<F>::value||
is_nonmember_function_ptr<F>::value

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