ORIGINAL
|
Checks inheritance or type equality. More...
#include <types.h>
Checks inheritance or type equality.
Base | Base class or type |
Derive | Derived class or same type |
Combines std::is_base_of_v and std::is_same_v to validate "is-a" relationships.