MCPcopy Create free account
hub / github.com/FastLED/FastLED / crbegin

Method crbegin

src/fl/stl/basic_string.h:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 const_reverse_iterator rbegin() const FL_NOEXCEPT { return const_reverse_iterator(end()); }
180 const_reverse_iterator rend() const FL_NOEXCEPT { return const_reverse_iterator(begin()); }
181 const_reverse_iterator crbegin() const FL_NOEXCEPT { return const_reverse_iterator(end()); }
182 const_reverse_iterator crend() const FL_NOEXCEPT { return const_reverse_iterator(begin()); }
183
184 // ======= COMPARISON OPERATORS =======

Callers

nothing calls this directly

Calls 2

endFunction · 0.70

Tested by

no test coverage detected