FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FASTLED_SMART_PTR_STRUCT

#define FASTLED_SMART_PTR_STRUCT ( type)
Value:
class type; \
using type##Ptr = fl::Ptr<type>;
Definition ptr.h:118

Definition at line 35 of file ptr.h.

35#define FASTLED_SMART_PTR_STRUCT(type) \
36 class type; \
37 using type##Ptr = fl::Ptr<type>;