Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ emplace
Method
emplace
src/fl/stl/priority_queue.h:213–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
212
template<typename... Args>
213
void emplace(Args&&... args) {
214
mQueue.push({T(fl::forward<Args>(args)...), mNextSequence++});
215
}
216
217
/**
218
* @brief Remove the top element from the queue
Callers
nothing calls this directly
Calls
2
T
Enum · 0.85
push
Method · 0.45
Tested by
no test coverage detected