Function template argument
boost::yap::argument
Synopsis
template< I, typename Expr>
( expr, i);
Description
Returns the i-th argument expression in a call expression.
Equivalent to get(expr, i + 1).
![[Note]](../../../../doc/src/images/note.png) |
Note |
argument() is only valid if Expr is an expr_kind::call expression.
|