![]() |
Raven Engine v0.1
|
Concept to check if T is derived from Base. More...
#include <Concepts.h>
Concept to check if T is derived from Base.
This concept checks whether the type T is derived from the base class Base.
| Base | The base class. |
| T | The type to check. |