#include <valarray_meta.h>
Inheritance diagram for std::_BinBase:
Public Types | |
typedef _Oper< typename _FirstArg::value_type > | _Op |
typedef _Op::result_type | value_type |
Public Methods | |
_BinBase (const _FirstArg &__e1, const _SecondArg &__e2) | |
value_type | operator[] (size_t) const |
size_t | size () const |
Private Attributes | |
const _FirstArg & | _M_expr1 |
const _SecondArg & | _M_expr2 |
|
Definition at line 356 of file valarray_meta.h. Referenced by std::_BinBase< _Oper, _FirstArg, _SecondArg >::operator[](). |
|
|
Definition at line 359 of file valarray_meta.h. |
|
Definition at line 372 of file valarray_meta.h. References std::_BinBase< _Oper, _FirstArg, _SecondArg >::_M_expr1, std::_BinBase< _Oper, _FirstArg, _SecondArg >::_M_expr2, and std::_BinBase< _Oper, _FirstArg, _SecondArg >::_Op. |
|
Definition at line 362 of file valarray_meta.h. |
|
Definition at line 365 of file valarray_meta.h. Referenced by std::_BinBase< _Oper, valarray< _Dom::value_type >, _Dom >::_BinBase(), std::_BinBase< _Oper, _FirstArg, _SecondArg >::operator[](), and std::_BinBase< _Oper, valarray< _Dom::value_type >, _Dom >::size(). |
|
Definition at line 366 of file valarray_meta.h. Referenced by std::_BinBase< _Oper, valarray< _Dom::value_type >, _Dom >::_BinBase(), and std::_BinBase< _Oper, _FirstArg, _SecondArg >::operator[](). |