Determine whether sub derives from super. More...
#include <rutz/traits.h>
Public Types | |
enum | { sz = sizeof(type_match<super>::foo(static_cast<sub*>(0))) } |
enum | { result = ((sz == sizeof(traits::yes_type)) ? 1 : 0) } |
Determine whether sub derives from super.
Definition at line 100 of file traits.h.