Rheolef  7.1
an efficient C++ finite element environment
field_expr_v2_nonlinear_node_unary< UnaryFunction, Expr >::const_iterator

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = typename Expr::scalar_type
 
using reference = value_type &
 
using pointer = value_type *
 
using difference_type = std::ptrdiff_t
 

Public Member Functions

 const_iterator (UnaryFunction f, typename Expr::const_iterator expr_iter)
 
const_iteratoroperator++ ()
 
value_type operator* () const
 

Protected Attributes

const UnaryFunction _f
 
Expr::const_iterator _expr_iter
 

Detailed Description

template<class UnaryFunction, class Expr>
struct rheolef::details::field_expr_v2_nonlinear_node_unary< UnaryFunction, Expr >::const_iterator

Definition at line 100 of file field_expr_recursive.h.

Member Typedef Documentation

◆ iterator_category

using iterator_category = std::forward_iterator_tag

Definition at line 101 of file field_expr_recursive.h.

◆ value_type

using value_type = typename Expr::scalar_type

Definition at line 102 of file field_expr_recursive.h.

◆ reference

Definition at line 103 of file field_expr_recursive.h.

◆ pointer

using pointer = value_type*

Definition at line 104 of file field_expr_recursive.h.

◆ difference_type

using difference_type = std::ptrdiff_t

Definition at line 105 of file field_expr_recursive.h.

Constructor & Destructor Documentation

◆ const_iterator()

const_iterator ( UnaryFunction  f,
typename Expr::const_iterator  expr_iter 
)

Definition at line 106 of file field_expr_recursive.h.

Member Function Documentation

◆ operator++()

const_iterator& operator++ ( )

Definition at line 108 of file field_expr_recursive.h.

◆ operator*()

value_type operator* ( ) const

Definition at line 109 of file field_expr_recursive.h.

Member Data Documentation

◆ _f

const UnaryFunction _f
protected

Definition at line 111 of file field_expr_recursive.h.

◆ _expr_iter

Expr::const_iterator _expr_iter
protected

Definition at line 112 of file field_expr_recursive.h.


The documentation for this struct was generated from the following file: