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

#include <type_traits_bits.h>

Public Types

typedef bool value_type
 
typedef integral_constant
< value_type, value
type
 

Static Public Attributes

static const bool value
 

Member Typedef Documentation

template<class T >
typedef integral_constant<value_type,value> madness::tr1::is_object< T >::type
template<class T >
typedef bool madness::tr1::is_object< T >::value_type

Member Data Documentation

template<class T >
const bool madness::tr1::is_object< T >::value
static
Initial value:
=
!(is_function<T>::value
|| is_reference<T>::value
|| is_void<T>::value)

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