#include <valarray_before.h>
Inheritance diagram for std::_BinBase< _Oper, _FirstArg, _SecondArg >:

| 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 517 of file valarray_before.h.
| typedef _FirstArg::value_type std::_BinBase< _Oper, _FirstArg, _SecondArg >::_Vt | 
Definition at line 520 of file valarray_before.h.
| typedef __fun<_Oper, _Vt>::result_type std::_BinBase< _Oper, _FirstArg, _SecondArg >::value_type | 
Reimplemented in std::_BinClos< _Oper, _Expr, _Expr, _Dom1, _Dom2 >, std::_BinClos< _Oper, _ValArray, _ValArray, _Tp, _Tp >, std::_BinClos< _Oper, _Expr, _ValArray, _Dom, typename _Dom::value_type >, and std::_BinClos< _Oper, _ValArray, _Expr, typename _Dom::value_type, _Dom >.
Definition at line 521 of file valarray_before.h.
| std::_BinBase< _Oper, _FirstArg, _SecondArg >::_BinBase | ( | const _FirstArg & | __e1, | |
| const _SecondArg & | __e2 | |||
| ) |  [inline] | 
Definition at line 523 of file valarray_before.h.
| value_type std::_BinBase< _Oper, _FirstArg, _SecondArg >::operator[] | ( | size_t | __i | ) | const  [inline] | 
Definition at line 526 of file valarray_before.h.
| size_t std::_BinBase< _Oper, _FirstArg, _SecondArg >::size | ( | ) | const  [inline] | 
Definition at line 529 of file valarray_before.h.
| const _FirstArg& std::_BinBase< _Oper, _FirstArg, _SecondArg >::_M_expr1  [private] | 
Definition at line 532 of file valarray_before.h.
Referenced by std::_BinBase< _Oper, _Dom, std::valarray< _Dom::value_type > >::operator[](), and std::_BinBase< _Oper, _Dom, std::valarray< _Dom::value_type > >::size().
| const _SecondArg& std::_BinBase< _Oper, _FirstArg, _SecondArg >::_M_expr2  [private] | 
Definition at line 533 of file valarray_before.h.
Referenced by std::_BinBase< _Oper, _Dom, std::valarray< _Dom::value_type > >::operator[]().
 1.4.7
 1.4.7