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

Method end

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected