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

◆ format_arg() [2/4]

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

Definition at line 558 of file stdio.h.

558 {
559 format_arg(stream, spec, static_cast<const char*>(arg));
560}
fl::enable_if<!fl::is_pointer< T >::value >::type format_arg(sstream &stream, const FormatSpec &spec, const T &arg) FL_NOEXCEPT
Definition stdio.h:364

References FL_NOEXCEPT, and format_arg().

+ Here is the call graph for this function: