EnTT 3.13.0
Loading...
Searching...
No Matches
entt::is_meta_pointer_like< std::unique_ptr< Type, Args... > > Struct Template Reference

Makes std::unique_ptrs of any type pointer-like types for the meta system. More...

#include <pointer.hpp>

Inheritance diagram for entt::is_meta_pointer_like< std::unique_ptr< Type, Args... > >:
Inheritance graph
[legend]
Collaboration diagram for entt::is_meta_pointer_like< std::unique_ptr< Type, Args... > >:
Collaboration graph
[legend]

Detailed Description

template<typename Type, typename... Args>
struct entt::is_meta_pointer_like< std::unique_ptr< Type, Args... > >

Makes std::unique_ptrs of any type pointer-like types for the meta system.

Template Parameters
TypeElement type.
ArgsOther arguments.

Definition at line 43 of file pointer.hpp.


The documentation for this struct was generated from the following file: