![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Specialization of end_impl
for iterating vector expressions.
More...
#include <end.hpp>
Static Public Member Functions | |
template<typename ExprT > | |
static ExprT::iterator | apply (ExprT &e) |
Return an iterator to the last element of the given vector expression. | |
template<typename ExprT > | |
static ExprT::const_iterator | apply (ExprT const &e) |
Return a const iterator to the last element of the given vector expression. |
Specialization of end_impl
for iterating vector expressions.
static ExprT::iterator boost::numeric::ublas::detail::end_impl< vector_tag, void, void >::apply | ( | ExprT & | e | ) | [inline, static] |
static ExprT::const_iterator boost::numeric::ublas::detail::end_impl< vector_tag, void, void >::apply | ( | ExprT const & | e | ) | [inline, static] |