CompileTimeConstraints::IsA< A, B > Struct Template Reference

#include <CompileTimeConstraints.hh>


Public Types

 ok = (sizeof(InheritsFrom<B>(DerivedPointer<A>())) )
enum  { ok = (sizeof(InheritsFrom<B>(DerivedPointer<A>())) ) }


Detailed Description

template<class A, class B>
struct CompileTimeConstraints::IsA< A, B >

Definition at line 33 of file CompileTimeConstraints.hh.


Member Enumeration Documentation

template<class A, class B>
anonymous enum

Enumerator:
ok 

Definition at line 36 of file CompileTimeConstraints.hh.

00036 { ok=(sizeof(InheritsFrom<B>(DerivedPointer<A>())) ) };


The documentation for this struct was generated from the following file:
Generated on Mon May 27 17:54:05 2013 for Geant4 by  doxygen 1.4.7