Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
constexpr nullopt_t nullopt{};
14
15
template <typename T> class Optional;
16
template <typename T> using optional = Optional<T>;
17
18
struct Empty {};
Callers
nothing calls this directly
Calls
4
Empty
Class · 0.85
ptr
Function · 0.85
empty
Function · 0.70
reset
Method · 0.45
Tested by
no test coverage detected