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

Method rbegin

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

Source from the content-addressed store, hash-verified

96 constexpr const data_type* cend() const { return end(); }
97
98 constexpr auto rbegin() { return reverse_iterator<data_type*>(end()); }
99 constexpr auto rbegin() const { return reverse_iterator<const data_type*>(end()); }
100
101 constexpr auto rend() { return reverse_iterator<data_type*>(begin()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected