ORIGINAL
|
Checks derivation or type identity using std::derived_from. More...
#include <types.h>
Checks derivation or type identity using std::derived_from.
Base | Base class or same type |
Derive | Derived class or same type |
Uses std::derived_from for explicit inheritance checking, which is stricter than is_base_of_v in some cases.