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

◆ pointer_to_uptr() [2/2]

template<typename T>
fl::enable_if< fl::is_pointer< T >::value, fl::uptr >::type fl::printf_detail::pointer_to_uptr ( const T & ptr)

Definition at line 349 of file stdio.h.

349 {
350 const void* vptr = static_cast<const void*>(ptr);
351 return reinterpret_cast<fl::uptr>(vptr); // ok reinterpret cast
352}

References FL_NOEXCEPT.

Referenced by format_arg().

+ Here is the caller graph for this function: