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

Method queue

src/fl/stl/queue.h:30–30  ·  view source on GitHub ↗

@brief Default constructor - creates an empty queue

Source from the content-addressed store, hash-verified

28public:
29 /// @brief Default constructor - creates an empty queue
30 queue() FL_NOEXCEPT = default;
31
32 /// @brief Construct queue with a copy of the given container
33 /// @param container Container to copy

Callers 4

addStripMethod · 0.45
showMethod · 0.45
addObjectMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected