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)

Definition at line 65 of file bit_cast.h.

65 {
66 return bit_cast<const To*>(storage);
67}
To bit_cast(const From &from) FL_NOEXCEPT
Definition bit_cast.h:48

References bit_cast(), and FL_NOEXCEPT.

+ Here is the call graph for this function: