std::mask_array<T>::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

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/numeric/valarray/mask_array/mask_array