Type trait to check if T is subclass of super 더 자세히 ...
#include <rtti.hpp>
정적 Public 속성 | |
| 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.