ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
ndarray::detail::BinaryOpIterator< Operand1, Operand2, BinaryFunction > Class Template Reference
Inheritance diagram for ndarray::detail::BinaryOpIterator< Operand1, Operand2, BinaryFunction >:

Public Types

typedef ExpressionTraits< Operand1 >::Iterator BaseIterator1
 
typedef ExpressionTraits< Operand2 >::Iterator BaseIterator2
 
typedef ExpressionTraits< Operation >::Value Value
 
typedef ExpressionTraits< Operation >::Reference Reference
 

Public Member Functions

 BinaryOpIterator (BaseIterator1 const &baseIter1, BaseIterator2 const &baseIter2, BinaryFunction const &functor)
 
 BinaryOpIterator (BinaryOpIterator const &other)
 

Friends

class boost::iterator_core_access
 

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