F
flopbucket
Hi,
Is there a way using templates at compile time to determine if a type
T is a subclass of another type?
Basically I want to chose one struct if it is a subclass, or another
struct if it is not.
Is there a way using templates at compile time to determine if a type
T is a subclass of another type?
Basically I want to chose one struct if it is a subclass, or another
struct if it is not.