EnTT 3.15.0
Loading...
Searching...
No Matches
entt::is_applicable_r< Ret, Func, std::tuple< Args... > > Struct Template Reference

Same as std::is_invocable_r, but with tuples for arguments. More...

#include <type_traits.hpp>

Inheritance diagram for entt::is_applicable_r< Ret, Func, std::tuple< Args... > >:
Collaboration diagram for entt::is_applicable_r< Ret, Func, std::tuple< Args... > >:

Detailed Description

template<typename Ret, typename Func, typename... Args>
struct entt::is_applicable_r< Ret, Func, std::tuple< Args... > >

Same as std::is_invocable_r, but with tuples for arguments.

Template Parameters
RetThe type to which the return type of the function should be convertible.
FuncA valid function type.
ArgsThe list of arguments to use to probe the function type.

Definition at line 641 of file type_traits.hpp.


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