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

Public Types | |
| typedef _Clos::value_type | _Vt |
| typedef __fun< _Oper, _Vt >::result_type | value_type |
Public Member Functions | |
| _BinBase1 (const _Vt &__t, const _Clos &__e) | |
| value_type | operator[] (size_t __i) const |
| size_t | size () const |
Private Attributes | |
| const _Vt & | _M_expr1 |
| const _Clos & | _M_expr2 |
Definition at line 558 of file valarray_before.h.
| typedef _Clos::value_type std::_BinBase1< _Oper, _Clos >::_Vt |
Definition at line 561 of file valarray_before.h.
| typedef __fun<_Oper, _Vt>::result_type std::_BinBase1< _Oper, _Clos >::value_type |
Reimplemented in std::_BinClos< _Oper, _Constant, _Expr, typename _Dom::value_type, _Dom >, and std::_BinClos< _Oper, _Constant, _ValArray, _Tp, _Tp >.
Definition at line 562 of file valarray_before.h.
| std::_BinBase1< _Oper, _Clos >::_BinBase1 | ( | const _Vt & | __t, | |
| const _Clos & | __e | |||
| ) | [inline] |
Definition at line 564 of file valarray_before.h.
| value_type std::_BinBase1< _Oper, _Clos >::operator[] | ( | size_t | __i | ) | const [inline] |
Definition at line 567 of file valarray_before.h.
| size_t std::_BinBase1< _Oper, _Clos >::size | ( | ) | const [inline] |
Definition at line 570 of file valarray_before.h.
const _Vt& std::_BinBase1< _Oper, _Clos >::_M_expr1 [private] |
Definition at line 573 of file valarray_before.h.
Referenced by std::_BinBase1< _Oper, _Dom >::operator[]().
const _Clos& std::_BinBase1< _Oper, _Clos >::_M_expr2 [private] |
Definition at line 574 of file valarray_before.h.
Referenced by std::_BinBase1< _Oper, _Dom >::operator[](), and std::_BinBase1< _Oper, _Dom >::size().
1.4.7