FastLED
3.9.15
Loading...
Searching...
No Matches
◆
allocate_shared()
template<typename T, typename A, typename... Args>
shared_ptr
< T > fl::allocate_shared
(
const A &
alloc
,
Args &&...
args
)
Definition at line
386
of file
shared_ptr.h
.
386
{
387
// For now, just delegate to make_shared
388
// Full allocator support would require more complex control block management
389
return
make_shared<T>
(
fl::forward<Args>
(
args
)...);
390
}
fl::make_shared
shared_ptr< T > make_shared(Args &&... args)
Definition
shared_ptr.h:348
fl::forward
constexpr T && forward(typename remove_reference< T >::type &t) noexcept
Definition
type_traits.h:213
args
corkscrew_args args
Definition
old.h:150
fl
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2