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