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

◆ get_inlined_ptr() [2/2]

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
const T * fl::allocator_inlined< T, N, BaseAllocator >::get_inlined_ptr ( ) const
inlineprivate

Definition at line 723 of file allocator.h.

723 {
724 return reinterpret_cast<const T*>(m_inlined_storage.data);
725 }
InlinedStorage m_inlined_storage
Definition allocator.h:533