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

◆ FASTLED_SMART_PTR

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

Definition at line 33 of file ptr.h.

33#define FASTLED_SMART_PTR(type) \
34 class type; \
35 using type##Ptr = fl::shared_ptr<type>;