Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TestObj
Class
TestObj
tests/fl/stl/deque.cpp:665–668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
664
FL_TEST_CASE(
"fl::deque - emplace_back"
) {
665
struct TestObj {
666
int x, y;
667
TestObj(int a, int b) : x(a), y(b) {}
668
};
669
670
deque<TestObj> dq;
671
auto& obj = dq.emplace_back(10, 20);
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected