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

◆ operator<<() [26/30]

template<typename T>
sstream & fl::sstream::operator<< ( const vec2< T > & v)
inline

Definition at line 63 of file strstream.h.

63 {
64 mStr.append("(");
65 mStr.append(v.x);
66 mStr.append(",");
67 mStr.append(v.y);
68 mStr.append(")");
69 return *this;
70 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: