Opaque wrapper for user defined data of any type.
More...
#include <meta.hpp>
Opaque wrapper for user defined data of any type.
Definition at line 830 of file meta.hpp.
◆ meta_custom()
entt::meta_custom::meta_custom |
( |
internal::meta_custom_node | curr | ) |
|
|
inlinenoexcept |
Basic constructor for meta objects.
- Parameters
-
curr | The underlying node with which to construct the instance. |
Definition at line 838 of file meta.hpp.
◆ operator Type &()
entt::meta_custom::operator Type & |
( |
| ) |
const |
|
inlinenoexcept |
Generic conversion operator.
- Template Parameters
-
Type | Type to which conversion is requested. |
Definition at line 855 of file meta.hpp.
◆ operator Type *()
entt::meta_custom::operator Type * |
( |
| ) |
const |
|
inlinenoexcept |
Generic conversion operator.
- Template Parameters
-
Type | Type to which conversion is requested. |
Definition at line 846 of file meta.hpp.
The documentation for this struct was generated from the following file: