
Public Types | |
| typedef Type | value_type |
Public Member Functions | |
| void | operator= (const valarray< Type > &) const |
| void | operator= (const Type &) const |
| template<class Dom> | |
| void | operator= (const Expr< Dom, Type > &) const |
Private Member Functions | |
| mask_array (Array< Type >, size_t, Array< bool >) | |
Private Attributes | |
| const size_t | M_sz |
| const Array< bool > | M_mask |
| const Array< Type > | M_array |
Friends | |
| class | valarray< Type > |
Definition at line 46 of file mask_array.h.
1.4.7