Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ cend
Method
cend
src/fl/stl/deque.h:411–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
const_iterator cend() const {
412
return const_iterator(this, mSize);
413
}
414
415
const_reverse_iterator crbegin() const {
416
return const_reverse_iterator(cend());
Callers
nothing calls this directly
Calls
1
const_iterator
Class · 0.70
Tested by
no test coverage detected