|
fsm
|
Extracts the n-th argument of a given function or member function. More...
#include <type_traits.h>
Public Types | |
| using | type = type_list_element_t< Index, decltype(pick_up(Candidate))> |
| N-th argument of the given function or member function. | |
Extracts the n-th argument of a given function or member function.
| Index | The index of the argument to extract. |
| Candidate | A valid function, member function or data member. |
1.8.13