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

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

#include <type_traits_bits.h>

Static Public Attributes

static const bool value = detail::memfunc_traits<T>::value
 

Detailed Description

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

is_member_function_pointer<T>::value is true if T is a member function pointer

Member Data Documentation

template<typename T >
const bool madness::tr1::is_member_function_pointer< T >::value = detail::memfunc_traits<T>::value
static

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