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

◆ operator<<() [20/30]

template<typename T>
sstream & fl::sstream::operator<< ( const rect< T > & r)
inline

Definition at line 74 of file strstream.h.

74 {
75 mStr.append("rect(");
76 (*this) << r.mMin;
77 mStr.append(", ");
78 (*this) << r.mMax;
79 mStr.append(")");
80 return *this;
81 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: