EnTT 3.13.0
Loading...
Searching...
No Matches
entt::is_applicable< Func, Tuple< Args... > > Struct Template Reference

Same as std::is_invocable, but with tuples. More...

#include <type_traits.hpp>

Inheritance diagram for entt::is_applicable< Func, Tuple< Args... > >:
Inheritance graph
[legend]
Collaboration diagram for entt::is_applicable< Func, Tuple< Args... > >:
Collaboration graph
[legend]

Detailed Description

template<typename Func, template< typename... > class Tuple, typename... Args>
struct entt::is_applicable< Func, Tuple< Args... > >

Same as std::is_invocable, but with tuples.

Template Parameters
FuncA valid function type.
TupleTuple-like type.
ArgsThe list of arguments to use to probe the function type.

Definition at line 611 of file type_traits.hpp.


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