by::tifHasSuperTypedef< T, typename > Struct Template Reference

Type trait to check if type has super typedef. More...

#include <rtti.hpp>

Inheritance diagram for by::tifHasSuperTypedef< T, typename >:
by::metaIf

Static Public Attributes

static constexpr nbool is = false
 

Additional Inherited Members

- Public Types inherited from by::metaIf
typedef short yes
 
typedef char no
 

Detailed Description

template<typename T, typename = void>
struct by::tifHasSuperTypedef< T, typename >

Type trait to check if type has super typedef.

Detects whether type T defines a 'super' typedef for inheritance hierarchy information.


The documentation for this struct was generated from the following file: