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

◆ append() [37/39]

template<typename T>
string & fl::string::append ( const WeakPtr< T > & val)
inline

Definition at line 360 of file string.h.

360 {
361 write("WeakPtr(use_count=", 18);
362 write(static_cast<fl::u32>(val.use_count()));
363 write(")", 1);
364 return *this;
365 }
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT

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

+ Here is the call graph for this function: