Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ operator()
Method
operator()
src/fl/stl/json/types.h:331–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void operator()(const bool& value) FL_NOEXCEPT {
332
result = value;
333
}
334
335
void operator()(const i64& value) FL_NOEXCEPT {
336
// NEW INSTRUCTIONS: AUTO CONVERT INT TO BOOL
Callers
nothing calls this directly
Calls
3
tolower
Function · 0.85
empty
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected