StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Static Public Attributes | List of all members
IsBaseAndDerived< B, D > Struct Template Reference

Classes

struct  Host
 

Static Public Attributes

static const bool value
 

Detailed Description

template<typename B, typename D>
struct IsBaseAndDerived< B, D >

Definition at line 122 of file FJcore.h.

Member Data Documentation

template<typename B , typename D >
static const bool IsBaseAndDerived< B, D >::value
static
Initial value:
= ((sizeof(B)!=0) &&
(sizeof(D)!=0) &&
(sizeof(__inheritance_helper<B,D>::check_sig(Host(), 0)) == sizeof(__yes_type)))

Definition at line 135 of file FJcore.h.


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