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

Class Optional

src/fl/stl/optional.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13constexpr nullopt_t nullopt{};
14
15template <typename T> class Optional;
16template <typename T> using optional = Optional<T>;
17
18struct Empty {};

Callers

nothing calls this directly

Calls 4

EmptyClass · 0.85
ptrFunction · 0.85
emptyFunction · 0.70
resetMethod · 0.45

Tested by

no test coverage detected