EnTT 3.13.0
Loading...
Searching...
No Matches
List of all members
entt::meta_function_descriptor< Type, Ret(*)()> Struct Template Reference

Meta function descriptor. More...

#include <utility.hpp>

Inheritance diagram for entt::meta_function_descriptor< Type, Ret(*)()>:
Inheritance graph
[legend]
Collaboration diagram for entt::meta_function_descriptor< Type, Ret(*)()>:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from entt::meta_function_descriptor_traits< Ret, type_list<>, true, false >
using return_type = Ret
 Meta function return type.
 
using args_type = type_list<>
 Meta function arguments.
 
- Static Public Attributes inherited from entt::meta_function_descriptor_traits< Ret, type_list<>, true, false >
static constexpr bool is_static
 True if the meta function is static, false otherwise.
 
static constexpr bool is_const
 True if the meta function is const, false otherwise.
 

Detailed Description

template<typename Type, typename Ret>
struct entt::meta_function_descriptor< Type, Ret(*)()>

Meta function descriptor.

Template Parameters
TypeReflected type to which the meta function is associated.
RetFunction return type.

Definition at line 108 of file utility.hpp.


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