rutz::is_sub_super< sub, super > Struct Template Reference
Determine whether sub derives from super.
More...
#include <rutz/traits.h>
List of all members.
|
Public Types |
enum | { sz = sizeof(type_match<super>::foo(static_cast<sub*>(0)))
} |
enum | { result = ((sz == sizeof(traits::yes_type)) ? 1 : 0)
} |
Detailed Description
template<class sub, class super>
struct rutz::is_sub_super< sub, super >
Determine whether sub derives from super.
Definition at line 100 of file traits.h.
The documentation for this struct was generated from the following file: