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

◆ make_shared_array

template<typename T>
template<typename Y>
shared_ptr< Y > make_shared_array ( size_t n)
friend

Definition at line 441 of file shared_ptr.h.

441 {
442 T* arr = new T[n](); // Zero-initialize the array
445}
friend class shared_ptr
Definition shared_ptr.h:391