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;
#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;