FastLED
3.9.15
Loading...
Searching...
No Matches
◆
get_inlined_ptr()
[1/2]
template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
const T *
fl::allocator_inlined
< T, N, BaseAllocator >::get_inlined_ptr
(
)
const
inline
private
Definition at line
1005
of file
allocator.h
.
1005
{
1006
return
fl::bit_cast_ptr<const T>
(
mInlinedStorage
.data);
1007
}
fl::allocator_inlined::mInlinedStorage
InlinedStorage mInlinedStorage
Definition
allocator.h:817
fl::bit_cast_ptr
To * bit_cast_ptr(void *storage) FL_NOEXCEPT
Definition
bit_cast.h:60
fl
allocator_inlined
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2