Struct is_meta_pointer_like< std::shared_ptr< Type > >
Synopsis
#include <src/entt/meta/pointer.hpp>
template<typename Type>
struct is_meta_pointer_like<std::shared_ptr<Type>>
: std::true_type
Description
Makes std::shared_ptr
s of any type pointer-like types for the meta system.
- Template Parameters
Type
- Element type.
Inheritance
Ancestors: true_type
Source
Lines 32-34 in src/entt/meta/pointer.hpp.
template<typename Type>
struct is_meta_pointer_like<std::shared_ptr<Type>>
: std::true_type {};