Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types
CompileTimeConstraints::IsA< A, B > Struct Template Reference

#include <CompileTimeConstraints.hh>

Public Types

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.

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

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