Classdesc 3.44
is_function< F > Struct Template Reference

#include <function.h>

Collaboration diagram for is_function< F >:
Collaboration graph

Static Public Attributes

static const bool value

Detailed Description

template<class F>
struct 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 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: