MCPcopy Create free account
hub / github.com/arximboldi/immer / array

Method array

immer/array.hpp:71–71  ·  view source on GitHub ↗

! * Default constructor. It creates an array of `size() == 0`. It * does not allocate memory and its complexity is @f$ O(1) @f$. */

Source from the content-addressed store, hash-verified

69 * does not allocate memory and its complexity is @f$ O(1) @f$.
70 */
71 array() = default;
72
73 /*!
74 * Constructs an array containing the elements in `values`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected