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

◆ append() [36/39]

template<typename T>
string & fl::string::append ( const vec3< T > & pt)
inline

Definition at line 348 of file string.h.

348 {
349 append("vec3(");
350 append(pt.x);
351 append(",");
352 append(pt.y);
353 append(",");
354 append(pt.z);
355 append(")");
356 return *this;
357 }
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284

References append(), and FL_NOEXCEPT.

+ Here is the call graph for this function: