EnTT 3.14.0
|
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. | |
Meta function helper.
Converts a function type to be associated with a reflected type into its meta function descriptor.
Type | Reflected type to which the meta function is associated. |
Candidate | The actual function to associate with the reflected type. |
Definition at line 125 of file utility.hpp.
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.