std::mask_array<T>::mask_array
< cpp | numeric | valarray | mask array
|
mask_array( const mask_array& other );
|
||
|
mask_array() = delete;
|
||
Constructs a mask_array from another mask_array other.
The default constructor is implicitly deleted.
Parameters
| other | - | mask_array to initialize with |