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 |
mask_array( const mask_array& other ); | ||
mask_array() = delete; |
Constructs a mask_array from another mask_array other.
The default constructor is implicitly deleted.
| other | - | mask_array to initialize with |
Please login to continue.