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

◆ pointer_to_uptr() [1/2]

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

Definition at line 357 of file stdio.h.

357 {
358 return 0; // Never executed - runtime check prevents this
359}

References FL_NOEXCEPT.