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

Method crend

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

Source from the content-addressed store, hash-verified

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 =======
185 bool operator==(const basic_string& other) const FL_NOEXCEPT;

Callers

nothing calls this directly

Calls 2

beginFunction · 0.70

Tested by

no test coverage detected