|
FastLED 3.9.15
|
Definition at line 32 of file json_to_type.h.
#include <json_to_type.h>
Inheritance diagram for fl::ConstSpanWrapper< T >:Public Member Functions | |
| ConstSpanWrapper () FL_NOEXCEPT=default | |
| ConstSpanWrapper (const fl::vector< T > &v) | |
| ConstSpanWrapper (fl::vector< T > &&v) | |
| fl::span< const T > | get () const |
| operator fl::span< const T > () const | |
Public Attributes | |
| fl::vector< T > | value |