Function template get
boost::yap::get
Synopsis
template<typename Expr, typename I>
( expr, i);
Description
Forwards the i-th element of expr to the caller. If expr is a reference expression, the result is get(deref(expr),
i).
![[Note]](../../../../doc/src/images/note.png) |
Note |
get() is only valid if Expr is an expression.
|