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

Method crbegin

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

Source from the content-addressed store, hash-verified

102 constexpr auto rend() const { return reverse_iterator<const data_type*>(begin()); }
103
104 constexpr auto crbegin() const { return rbegin(); }
105 constexpr auto crend() const { return rend(); }
106
107};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected