Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ empty
Function
empty
src/fl/stl/variant.h:113–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
Tag tag() const FL_NOEXCEPT { return _tag; }
113
bool empty() const FL_NOEXCEPT { return _tag == Empty; }
114
115
template <typename T> bool is() const FL_NOEXCEPT {
116
return _tag == type_to_tag<T>();
Callers
1
variant.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected