KASKADE 7 development version
Static Public Attributes | List of all members
Kaskade::IsFunction< T > Struct Template Reference

Checks if type is a function or member function. More...

#include <is_function.hh>

Detailed Description

template<typename T>
struct Kaskade::IsFunction< T >

Checks if type is a function or member function.

static member variables:

Returns
isMemberFunction
value true if T is (member) function, else false

Definition at line 32 of file is_function.hh.

Static Public Attributes

static bool const isMemberFunction = false
 
static bool const value = false
 

Member Data Documentation

◆ isMemberFunction

template<typename T >
bool const Kaskade::IsFunction< T >::isMemberFunction = false
static

Definition at line 34 of file is_function.hh.

◆ value

template<typename T >
bool const Kaskade::IsFunction< T >::value = false
static

Definition at line 35 of file is_function.hh.


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