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

◆ bit_cast_ptr() [2/2]

template<typename To>
To * fl::bit_cast_ptr ( void * storage)

Definition at line 60 of file bit_cast.h.

60 {
61 return bit_cast<To*>(storage);
62}
To bit_cast(const From &from) FL_NOEXCEPT
Definition bit_cast.h:48

References bit_cast(), and FL_NOEXCEPT.

Referenced by fl::PSRamAllocator< T >::Alloc(), fl::SlabAllocator< T, SLAB_SIZE >::deallocate(), fl::SlabAllocator< T, SLAB_SIZE >::deallocateToSlab(), FL_ALIGN_AS_T(), fl::allocator_inlined< U, N, typename BaseAllocator::template rebind< U >::other >::get_inlined_ptr(), fl::allocator_inlined< U, N, typename BaseAllocator::template rebind< U >::other >::get_inlined_ptr(), RGBWEmulatedController< CONTROLLER, RGB_ORDER >::showPixels(), wave8(), fl::detail::wave8_convert_byte_to_wave8byte(), fl::detail::wave8_expand_byte(), fl::basic_string::write(), and fl::basic_string::write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: