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

◆ append() [6/17]

basic_string & fl::basic_string::append ( const double & val)

Definition at line 1400 of file basic_string.cpp.hpp.

1400 {
1401 return append(static_cast<float>(val));
1402}
basic_string & append(const char *str) FL_NOEXCEPT

References basic_string(), and append().

+ Here is the call graph for this function: