ecolab::array_ns::binop< E1, E2, Op > Class Template Reference
Collaboration diagram for ecolab::array_ns::binop< E1, E2, Op >:
Collaboration graph

Public Types

typedef Op::value_type value_type
 type of result
 

Public Member Functions

 binop (const E1 &ex1, const E2 &ex2)
 
size_t size () const
 
Op::value_type operator[] (size_t i) const
 
template<class I >
enable_if< is_expression< I >, RVindex< binop, I > >::T operator[] (const I &i) const
 

Public Attributes

const E1 & e1
 
const E2 & e2
 
Op op
 

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