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

◆ reinterpret_cast_()

template<typename To, typename From>
To fl::reinterpret_cast_ ( const From & from)

Definition at line 88 of file bit_cast.h.

88 { // ok reinterpret cast - defining the wrapper
89 return bit_cast<To>(from);
90}
To bit_cast(const From &from) FL_NOEXCEPT
Definition bit_cast.h:48

References bit_cast(), and FL_NOEXCEPT.

Referenced by fl::ifstream::read(), and fl::ifstream::readRGB8().

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