by::tifSub< T, super > Struct Template Reference

Type trait to check if T is subclass of super. More...

#include <rtti.hpp>

Static Public Attributes

static constexpr nbool is = std::is_base_of<super, T>::value
 

Detailed Description

template<typename T, typename super>
struct by::tifSub< T, super >

Type trait to check if T is subclass of super.

Determines inheritance relationship between types with support for reference types.


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