MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Inheritance::CHasBases Concept Reference

Some MCRO utilities allow for intrusive method of declaring inheritance which can be later used to reflect upon base classes of a derived type. More...

#include <Inheritance.h>

Concept definition

template<typename T>
concept Mcro::Inheritance::CHasBases = CIsTypeList<typename T::Bases>
Some MCRO utilities allow for intrusive method of declaring inheritance which can be later used to re...
Definition Inheritance.h:29

Detailed Description

Some MCRO utilities allow for intrusive method of declaring inheritance which can be later used to reflect upon base classes of a derived type.

Definition at line 29 of file Inheritance.h.