ORIGINAL
|
Checks derivation or type identity. More...
#include <types.h>
Checks derivation or type identity.
Base | Base class or same type |
Derive | Derived class or same type |
Uses std::derived_from for explicit inheritance checking, allowing for clearer intent than SuperOf in some contexts.