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

Method array_transient

immer/array_transient.hpp:57–57  ·  view source on GitHub ↗

! * Default constructor. It creates a mutable 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

55 * @f$ O(1) @f$.
56 */
57 array_transient() = default;
58
59 /*!
60 * Returns an iterator pointing at the first element of the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected