1 #ifndef ENTT_META_RESOLVE_HPP
2 #define ENTT_META_RESOLVE_HPP
5 #include "../core/type_info.hpp"
18 template<
typename Type>
20 return internal::meta_node<std::remove_cv_t<std::remove_reference_t<Type>>>
::resolve();
27 [[nodiscard]]
inline meta_range<meta_type>
resolve() ENTT_NOEXCEPT {
28 return *internal::meta_context::global();
53 if(curr.info() == info) {
meta_type resolve()
Returns the meta type associated with a given type.
std::uint32_t id_type
Alias declaration for type identifiers.
Implementation specific information about a type.