#include <valarray_before.h>
Inheritance diagram for std::_BinBase2< _Oper, _Clos >:

| Public Types | |
| typedef _Clos::value_type | _Vt | 
| typedef __fun< _Oper, _Vt >::result_type | value_type | 
| Public Member Functions | |
| _BinBase2 (const _Clos &__e, const _Vt &__t) | |
| value_type | operator[] (size_t __i) const | 
| size_t | size () const | 
| Private Attributes | |
| const _Clos & | _M_expr1 | 
| const _Vt & | _M_expr2 | 
Definition at line 538 of file valarray_before.h.
| typedef _Clos::value_type std::_BinBase2< _Oper, _Clos >::_Vt | 
Definition at line 541 of file valarray_before.h.
| typedef __fun<_Oper, _Vt>::result_type std::_BinBase2< _Oper, _Clos >::value_type | 
Reimplemented in std::_BinClos< _Oper, _Expr, _Constant, _Dom, typename _Dom::value_type >, and std::_BinClos< _Oper, _ValArray, _Constant, _Tp, _Tp >.
Definition at line 542 of file valarray_before.h.
| std::_BinBase2< _Oper, _Clos >::_BinBase2 | ( | const _Clos & | __e, | |
| const _Vt & | __t | |||
| ) |  [inline] | 
Definition at line 544 of file valarray_before.h.
| value_type std::_BinBase2< _Oper, _Clos >::operator[] | ( | size_t | __i | ) | const  [inline] | 
Definition at line 547 of file valarray_before.h.
| size_t std::_BinBase2< _Oper, _Clos >::size | ( | ) | const  [inline] | 
Definition at line 550 of file valarray_before.h.
| const _Clos& std::_BinBase2< _Oper, _Clos >::_M_expr1  [private] | 
Definition at line 553 of file valarray_before.h.
Referenced by std::_BinBase2< _Oper, _Dom >::operator[](), and std::_BinBase2< _Oper, _Dom >::size().
| const _Vt& std::_BinBase2< _Oper, _Clos >::_M_expr2  [private] | 
Definition at line 554 of file valarray_before.h.
Referenced by std::_BinBase2< _Oper, _Dom >::operator[]().
 1.4.7
 1.4.7