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

Class VectorSet

src/fl/stl/set.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// VectorSet stores values in order of insertion.
21template <typename Key, size N> class VectorSetFixed;
22template <typename Key> class VectorSet; // IWYU pragma: keep
23
24template <typename Key, size N>
25using FixedSet = VectorSetFixed<Key, N>; // Backwards compatibility

Callers

nothing calls this directly

Calls 2

frontMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected