Returns the n
th of its arguments.
More...
#include <boost/mpl11/fwd/functional.hpp>
Returns the n
th of its arguments.
Indexing starts at 1, so that arg<1>
returns the 1st argument, arg<2>
the 2nd and so on. Using arg<0>
is an error. Passing less than n
arguments to arg<n>
is also an error.