|
FastLED 3.9.15
|
Definition at line 162 of file s16x16x4.h.
#include <s16x16x4.h>
Public Member Functions | |
| aligned_ptr () FL_NOEXCEPT | |
| aligned_ptr (T *p) FL_NOEXCEPT | |
| T * | get () const FL_NOEXCEPT |
| operator bool () const FL_NOEXCEPT | |
| T & | operator[] (fl::size_t i) const FL_NOEXCEPT |
Private Attributes | |
| T * | mPtr |