#include <valarray_before.h>
Inheritance diagram for std::_FunBase< _Dom, _Arg >:

Public Types | |
| typedef _Dom::value_type | value_type |
Public Member Functions | |
| _FunBase (const _Dom &__e, value_type __f(_Arg)) | |
| value_type | operator[] (size_t __i) const |
| size_t | size () const |
Private Attributes | |
| const _Dom & | _M_expr |
| value_type(* | _M_func )(_Arg) |
|
|||||
|
Reimplemented in std::_ValFunClos< _Expr, _Dom >, std::_ValFunClos< _ValArray, _Tp >, std::_RefFunClos< _Expr, _Dom >, and std::_RefFunClos< _ValArray, _Tp >. Definition at line 392 of file valarray_before.h. |
|
||||||||||||||||
|
Definition at line 394 of file valarray_before.h. |
|
||||||||||
|
Definition at line 397 of file valarray_before.h. |
|
|||||||||
|
Definition at line 400 of file valarray_before.h. |
|
|||||
|
Definition at line 403 of file valarray_before.h. |
|
|||||
|
Referenced by std::_FunBase< valarray< _Tp >, const _Tp & >::operator[](). |
1.3.6