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

Method end

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

Source from the content-addressed store, hash-verified

89 constexpr const data_type* begin() const { return elems; }
90
91 constexpr data_type* end() { return elems + array_size; }
92 constexpr const data_type* end() const { return elems + array_size; }
93
94 constexpr const data_type* cbegin() const { return begin(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected