EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
entt::meta_function_helper< Type, Candidate > Class Template Reference

Meta function helper. More...

#include <utility.hpp>

Public Types

using type = decltype(get_rid_of_noexcept(std::declval< Candidate >()))
 The meta function descriptor of the given function.
 

Detailed Description

template<typename Type, typename Candidate>
class entt::meta_function_helper< Type, Candidate >

Meta function helper.

Converts a function type to be associated with a reflected type into its meta function descriptor.

Template Parameters
TypeReflected type to which the meta function is associated.
CandidateThe actual function to associate with the reflected type.

Definition at line 125 of file utility.hpp.

Member Typedef Documentation

◆ type

template<typename Type , typename Candidate >
using entt::meta_function_helper< Type, Candidate >::type = decltype(get_rid_of_noexcept(std::declval<Candidate>()))

The meta function descriptor of the given function.

Definition at line 143 of file utility.hpp.


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