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

◆ format_arg() [2/3]

template<fl::size N>
void fl::printf_detail::format_arg ( StrStream & stream,
const FormatSpec & spec,
const char(&) arg[N] )

Definition at line 321 of file printf.h.

321 {
322 format_arg(stream, spec, static_cast<const char*>(arg));
323}
void format_arg(StrStream &stream, const FormatSpec &spec, const T &arg)
Definition printf.h:225

References format_arg().

+ Here is the call graph for this function: