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

Method begin

include/floor/constexpr/const_array.hpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected