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

◆ bit_cast_ptr() [1/2]

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

Definition at line 59 of file bit_cast.h.

59 {
60 return bit_cast<const To*>(storage);
61}
To bit_cast(const From &from) noexcept
Definition bit_cast.h:39

References bit_cast().

+ Here is the call graph for this function: