EnTT 3.14.0
|
Extracts the n-th argument of a callable type. More...
#include <type_traits.hpp>
Public Types | |
using | type = type_list_element_t<Index, decltype(pick_up(std::declval<Candidate>()))> |
N-th argument of the callable type. | |
Extracts the n-th argument of a callable type.
Index | The index of the argument to extract. |
Candidate | A valid callable type. |
Definition at line 876 of file type_traits.hpp.
using entt::nth_argument< Index, Candidate >::type = type_list_element_t<Index, decltype(pick_up(std::declval<Candidate>()))> |
N-th argument of the callable type.
Definition at line 894 of file type_traits.hpp.