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

◆ to_hex() [2/2]

template<typename T>
fl::enable_if<!fl::is_integral< T >::value, fl::string >::type fl::printf_detail::to_hex ( T ,
bool  )

Definition at line 219 of file printf.h.

219 {
220 return fl::string("<not_integral>");
221}