Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
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. |
Retrieves the type of the N-th argument.
N | Index of the argument (0-based). |