|
FastLED 3.9.15
|
#include <types.h>
Public Member Functions | |
| template<typename U> | |
| void | accept (const U &value) FL_NOEXCEPT |
| void | operator() (const bool &v) FL_NOEXCEPT |
| void | operator() (const fl::nullptr_t &) FL_NOEXCEPT |
| void | operator() (const fl::string &) FL_NOEXCEPT |
| void | operator() (const fl::vector< float > &) FL_NOEXCEPT |
| void | operator() (const fl::vector< i16 > &) FL_NOEXCEPT |
| void | operator() (const fl::vector< u8 > &) FL_NOEXCEPT |
| void | operator() (const float &v) FL_NOEXCEPT |
| void | operator() (const i64 &v) FL_NOEXCEPT |
| void | operator() (const json_array &) FL_NOEXCEPT |
| void | operator() (const json_object &) FL_NOEXCEPT |
Public Attributes | |
| T | result = T(0) |