FreePOOMA
2.4.1
|
SameType: SameType can be used to check types at compile time. More...
#include <PAssert.h>
Public Types | |
enum | { same = false } |
SameType: SameType can be used to check types at compile time.
CTAssert takes a compile-time bool. SameType provides a compile-time bool that tells you if two types are the same. For now it's pretty simple, but you could imagine extending it to strip reference etc.