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

Method begin

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

! * Returns an iterator pointing at the first element of the * collection. It does not allocate memory and its complexity is * @f$ O(1) @f$. */

Source from the content-addressed store, hash-verified

107 * @f$ O(1) @f$.
108 */
109 IMMER_NODISCARD iterator begin() const { return impl_.data(); }
110
111 /*!
112 * Returns an iterator pointing just after the last element of the

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected