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

◆ append() [6/39]

template<fl::u32 N>
string & fl::string::append ( const bitset_inlined< N > & bs)
inline

Definition at line 295 of file string.h.

295 {
296 bs.to_string(this);
297 return *this;
298 }

References FL_NOEXCEPT.