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

◆ FASTLED_SMART_PTR_STRUCT

#define FASTLED_SMART_PTR_STRUCT ( type)
Value:
struct type; \
using type##Ptr = fl::shared_ptr<type>;

Definition at line 37 of file ptr.h.

37#define FASTLED_SMART_PTR_STRUCT(type) \
38 struct type; \
39 using type##Ptr = fl::shared_ptr<type>;