MADNESS  version 0.9
Static Public Member Functions | Static Public Attributes | List of all members
madness::tr1::is_base_of< B, D > Struct Template Reference

#include <type_traits_bits.h>

Inheritance diagram for madness::tr1::is_base_of< B, D >:
Inheritance graph
[legend]

Static Public Member Functions

template<typename T >
static detail::yes check (D *, T)
 
static detail::no check (B *, int)
 

Static Public Attributes

static const bool value = sizeof(check(detail::Host<B,D>(), int())) == sizeof(detail::yes)
 

Member Function Documentation

template<typename B, typename D>
template<typename T >
static detail::yes madness::tr1::is_base_of< B, D >::check ( D *  ,
 
)
static
template<typename B, typename D>
static detail::no madness::tr1::is_base_of< B, D >::check ( B ,
int   
)
static

Member Data Documentation

template<typename B, typename D>
const bool madness::tr1::is_base_of< B, D >::value = sizeof(check(detail::Host<B,D>(), int())) == sizeof(detail::yes)
static

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