rheolef  6.3
Classes | Functions
rheolef::vec_detail Namespace Reference

Classes

struct  assign_op
struct  plus_assign
struct  minus_assign
struct  multiplies_assign
struct  divides_assign
struct  abs_
struct  fabs_
struct  floor_
struct  ceil_
struct  sqr_
struct  min_
struct  max_
struct  compose_
struct  compose_< Result(Arg)>
struct  compose2_
struct  compose2_< Result(Arg1, Arg2)>

Functions

template<class ForwardIterator , class Expr , class Op >
void evaluate (ForwardIterator begin, ForwardIterator end, const Expr &expr, Op op)

Function Documentation

template<class ForwardIterator , class Expr , class Op >
void rheolef::vec_detail::evaluate ( ForwardIterator  begin,
ForwardIterator  end,
const Expr &  expr,
Op  op 
)

Definition at line 273 of file vec_expr.h.