MCPcopy Create free account
hub / github.com/cusplibrary/cusplibrary / array1d_view

Method array1d_view

cusp/array1d.h:394–395  ·  view source on GitHub ↗

! This constructor creates an empty \p array1d_view vector. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected