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

◆ append() [28/39]

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

Definition at line 324 of file string.h.

324 {
325 append("rect(");
326 append(rect.mMin.x);
327 append(",");
328 append(rect.mMin.y);
329 append(",");
330 append(rect.mMax.x);
331 append(",");
332 append(rect.mMax.y);
333 append(")");
334 return *this;
335 }
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284

References append(), FL_NOEXCEPT, fl::rect< T >::mMax, and fl::rect< T >::mMin.

+ Here is the call graph for this function: