#include <CompileTimeConstraints.hh>
Public Types | |
| ok = (sizeof(InheritsFrom<B>(DerivedPointer<A>())) ) | |
| enum | { ok = (sizeof(InheritsFrom<B>(DerivedPointer<A>())) ) } |
Definition at line 33 of file CompileTimeConstraints.hh.
| anonymous enum |
Definition at line 36 of file CompileTimeConstraints.hh.
00036 { ok=(sizeof(InheritsFrom<B>(DerivedPointer<A>())) ) };
1.4.7