MADNESS  version 0.9
Static Public Attributes | List of all members
madness::tr1::is_function< T > Struct Template Reference

is_function<T>::value is true if T is a function pointer More...

#include <type_traits_bits.h>

Static Public Attributes

static const bool value = detail::function_traits<T*>::value
 

Detailed Description

template<typename T>
struct madness::tr1::is_function< T >

is_function<T>::value is true if T is a function pointer

Member Data Documentation

template<typename T >
const bool madness::tr1::is_function< T >::value = detail::function_traits<T*>::value
static

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