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 |
Type trait to check if T is subclass of super.
Determines inheritance relationship between types with support for reference types.