EnTT 3.13.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... > >:
Inheritance graph
[legend]
Collaboration diagram for entt::is_applicable_r< Ret, Func, std::tuple< Args... > >:
Collaboration graph
[legend]

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 642 of file type_traits.hpp.


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