MCPcopy Create free account
hub / github.com/a2flo/floor / begin

Method begin

constexpr/const_array.hpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 constexpr const data_type& back() const { return elems[array_size - 1]; }
87
88 constexpr data_type* begin() { return elems; }
89 constexpr const data_type* begin() const { return elems; }
90
91 constexpr data_type* end() { return elems + array_size; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected