! This constructor creates an empty \p array1d_view vector. */
| 392 | /*! This constructor creates an empty \p array1d_view vector. |
| 393 | */ |
| 394 | array1d_view(void) |
| 395 | : m_size(0), m_capacity(0) {} |
| 396 | |
| 397 | /*! Copy constructor copies from an exemplar array with iterator |
| 398 | * \tparam Array Input array type supporting iterators |