Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
templa::traits::function_traits< F >::argument< N > Struct Template Reference

Retrieves the type of the N-th argument. More...

#include <traits.hpp>

Public Types

using type = typename call_type::template argument<N + 1>::type
 The type of the N-th argument.

Detailed Description

template<class F>
template<std::size_t N>
struct templa::traits::function_traits< F >::argument< N >

Retrieves the type of the N-th argument.

Template Parameters
NIndex of the argument (0-based).

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