Public Types | |
| typedef Type | value_type |
Public Member Functions | |
| Expr (const Clos &) | |
| const Clos & | operator() () const |
| value_type | operator[] (size_t) const |
| valarray< value_type > | operator[] (slice) const |
| valarray< value_type > | operator[] (const gslice &) const |
| valarray< value_type > | operator[] (const valarray< bool > &) const |
| valarray< value_type > | operator[] (const valarray< size_t > &) const |
|
Expr< UnClos< __logical_not, std::Expr, Clos >, bool > | operator! () const |
| size_t | size () const |
| value_type | sum () const |
| valarray< value_type > | shift (int) const |
| valarray< value_type > | cshift (int) const |
| value_type | min () const |
| value_type | max () const |
Private Attributes | |
| const Clos | M_closure |
Definition at line 134 of file valarray_after.h.
1.5.1