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 &)
FL_NOEXCEPT
=
delete
;
FL_NOEXCEPT
#define FL_NOEXCEPT
Definition at line
8
of file
element.h
.
8
#define FL_NO_COPY(CLASS) \
9
CLASS(const CLASS &) = delete; \
10
CLASS &operator=(const CLASS &) FL_NOEXCEPT = delete;
fl
ui
element.h
Generated on Tue Jun 16 2026 00:07:02 for FastLED by
1.13.2