Public Types | |
typedef FirstArg::value_type | Vt |
typedef __fun< Oper, Vt >::result_type | value_type |
Public Member Functions | |
BinBase (const FirstArg &__e1, const SecondArg &__e2) | |
value_type | operator[] (size_t __i) const |
size_t | size () const |
Private Attributes | |
const FirstArg & | M_expr1 |
const SecondArg & | M_expr2 |
Definition at line 496 of file valarray_before.h.