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

Method crend

src/fl/stl/deque.h:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 }
418
419 const_reverse_iterator crend() const {
420 return const_reverse_iterator(cbegin());
421 }
422
423 // Capacity
424 bool empty() const {

Callers

nothing calls this directly

Calls 2

cbeginFunction · 0.70

Tested by

no test coverage detected