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

◆ FASTLED_SHARED_PTR_STRUCT

#define FASTLED_SHARED_PTR_STRUCT ( type)
Value:
struct type; \
using type##Ptr = fl::shared_ptr<type>;
Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 540 of file shared_ptr.h.

540#define FASTLED_SHARED_PTR_STRUCT(type) \
541 struct type; \
542 using type##Ptr = fl::shared_ptr<type>;