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 >) | |
mask_array (const mask_array &) | |
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.