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

◆ format() [2/2]

template<typename... Args>
fl::string fl::format ( const char * fmt,
const Args &... args )

Format with variadic arguments.

Definition at line 445 of file format.h.

445 {
447 return format_detail::format_impl(fmt, arg_array, static_cast<int>(sizeof...(Args)));
448}
fl::string format_impl(const char *fmt, const FormatArg *args, int num_args)
Definition format.h:368
corkscrew_args args
Definition old.h:149

References args, and fl::format_detail::format_impl().

+ Here is the call graph for this function: