|
EnTT 3.15.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 878 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 896 of file type_traits.hpp.