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

◆ allocate_shared

template<typename T>
template<typename Y, typename A, typename... Args>
shared_ptr< Y > allocate_shared ( const A & alloc,
Args &&... args )
friend

Definition at line 449 of file shared_ptr.h.

449 {
450 // For now, just delegate to make_shared
451 // Full allocator support would require more complex control block management
453}
friend shared_ptr< Y > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414