Warning!
The version you're viewing is not the latest.
Go to the latest version
Class meta_factory
Synopsis
#include <src/entt/meta/factory.hpp>
template<typename...>
class meta_factory
Description
Meta factory to be used for reflection purposes.
The meta factory is an utility class used to reflect types, data members and functions of all sorts. This class ensures that the underlying web of types is built correctly and performs some checks in debug mode to ensure that there are no subtle errors at runtime.
Source
Lines 210-211 in src/entt/meta/factory.hpp.
template<typename...>
class meta_factory;