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

◆ operator<<() [13/13]

template<typename T>
fl::enable_if< fl::is_same< T, fl::size >::value||fl::is_same< T, fl::u16 >::value, ostream & >::type fl::ostream::operator<< ( T n)
inline

Definition at line 105 of file ostream.h.

105 {
106 string temp;
107 temp.append(fl::u32(n));
108 print(temp.c_str());
109 return *this;
110 }
void print(const char *str)
Definition io.cpp:49

References fl::string::append(), fl::StrN< SIZE >::c_str(), and fl::print().

+ Here is the call graph for this function: