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