FastLED
3.9.15
Loading...
Searching...
No Matches
◆
FL_NO_COPY
#define FL_NO_COPY
(
CLASS
)
Value:
CLASS(
const
CLASS &) =
delete
; \
CLASS &operator=(
const
CLASS &) =
delete
;
Definition at line
21
of file
ui.h
.
21
#define FL_NO_COPY(CLASS) \
22
CLASS(const CLASS &) = delete; \
23
CLASS &operator=(const CLASS &) = delete;
fl
ui.h
Generated on Fri Aug 22 2025 20:59:34 for FastLED by
1.13.2