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 30-31 in src/entt/meta/factory.hpp.
template<typename...>
class meta_factory;