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

Meta function descriptor. More...

#include <utility.hpp>

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

Additional Inherited Members

- Public Types inherited from entt::meta_function_descriptor_traits< Ret &, std::conditional_t< std::is_base_of_v< Class, Type >, type_list<>, type_list< Class & > >, !std::is_base_of_v< Class, Type >, false >
using return_type = Ret &
 Meta function return type.
 
using args_type = std::conditional_t< std::is_base_of_v< Class, Type >, type_list<>, type_list< Class & > >
 Meta function arguments.
 
- Static Public Attributes inherited from entt::meta_function_descriptor_traits< Ret &, std::conditional_t< std::is_base_of_v< Class, Type >, type_list<>, type_list< Class & > >, !std::is_base_of_v< Class, Type >, 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, typename Class>
struct entt::meta_function_descriptor< Type, Ret Class::* >

Meta function descriptor.

Template Parameters
TypeReflected type to which the meta data is associated.
ClassActual owner of the data member.
RetData member type.

Definition at line 77 of file utility.hpp.


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