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 |