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

Public Types

typedef ExpressionTraits< Operand >::Iterator BaseIterator
 
typedef ExpressionTraits< Operation >::Value Value
 
typedef ExpressionTraits< Operation >::Reference Reference
 

Public Member Functions

 UnaryOpIterator (BaseIterator const &baseIter, UnaryFunction const &functor)
 
 UnaryOpIterator (UnaryOpIterator const &other)
 

Friends

class boost::iterator_core_access
 

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