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

◆ append() [29/39]

template<typename T>
fl::enable_if< fl::is_same< decltype(static_cast< constT * >(nullptr) ->to_float()), float >::value &&!fl::is_floating_point< T >::value, string & >::type fl::string::append ( const T & val)
inline

Definition at line 403 of file string.h.

403 {
404 basic_string::append(val.to_float());
405 return *this;
406 }
basic_string & append(const char *str) FL_NOEXCEPT

References fl::basic_string::append(), and FL_NOEXCEPT.

+ Here is the call graph for this function: