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

Method cend

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

Source from the content-addressed store, hash-verified

93
94 constexpr const data_type* cbegin() const { return begin(); }
95 constexpr const data_type* cend() const { return end(); }
96
97 constexpr auto rbegin() { return reverse_iterator<data_type*>(end()); }
98 constexpr auto rbegin() const { return reverse_iterator<const data_type*>(end()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected