#include <valarray_meta.h>
Inheritance diagram for std::_BinFunBase:
Public Types | |
typedef _Dom1::value_type | value_type |
typedef value_type | _Vt |
Public Methods | |
_BinFunBase (const _Dom1 &__e1, const _Dom2 &__e2, _Vt __f(_Vt, _Vt)) | |
value_type | operator[] (size_t __i) const |
size_t | size () const |
Private Attributes | |
const _Dom1 & | _M_expr1 |
const _Dom2 & | _M_expr2 |
_Vt(* | _M_func )(_Vt, _Vt) |
|
Definition at line 103 of file valarray_meta.h. Referenced by std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::_BinFunBase(). |
|
|
Definition at line 105 of file valarray_meta.h. |
|
Definition at line 109 of file valarray_meta.h. |
|
Definition at line 111 of file valarray_meta.h. |
|
Definition at line 114 of file valarray_meta.h. Referenced by std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::_BinFunBase(), std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::operator[](), and std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::size(). |
|
Definition at line 115 of file valarray_meta.h. Referenced by std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::_BinFunBase(), and std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::operator[](). |
|
Referenced by std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::_BinFunBase(), and std::_BinFunBase< _Dom, valarray< _Dom::value_type > >::operator[](). |