MCPcopy 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

tolowerFunction · 0.85
emptyMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected