Struct is_meta_pointer_like
Synopsis
#include <src/entt/meta/type_traits.hpp>
template<typename>
struct is_meta_pointer_like: std::false_type
Description
Provides the member constant value
to true if a given type is a pointer-like type from the point of view of the meta system, false otherwise.
- Template Parameters
Type
- Potentially pointer-like type.
Mentioned in
- Runtime Reflection System / Pointer-like types
Inheritance
Ancestors: false_type
Source
Lines 35-36 in src/entt/meta/type_traits.hpp.
template<typename>
struct is_meta_pointer_like: std::false_type {};