Refureku v2.2.0
C++17 runtime reflection library.
TypeTraits.h
1
8#pragma once
9
10#include "Refureku/Misc/TypeTraitsMacros.h"
11
12namespace rfk::internal
13{
14 RFK_GENERATE_IS_CALLABLE_METHOD_TRAITS(getArchetype);
15 RFK_GENERATE_IS_CALLABLE_STATIC_METHOD_TRAITS(staticGetArchetype);
16}
Archetype const * getArchetype() noexcept
Get the archetype of any type if it exists. Note that this method will always return nullptr on prote...