indirect_array( const indirect_array& other ); | ||
indirect_array() = delete; |
Constructs a indirect_array from another indirect_array other.
The default constructor is implicitly deleted.
Parameters
| other | - | indirect_array to initialize with |
Please login to continue.