fsm
Public Types | List of all members
mpl::nth_argument< Index, Candidate > Class Template Reference

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.
 

Detailed Description

template<std::size_t Index, auto Candidate>
class mpl::nth_argument< Index, Candidate >

Extracts the n-th argument of a given function or member function.

Template Parameters
IndexThe index of the argument to extract.
CandidateA valid function, member function or data member.

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