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

◆ operator<<() [5/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<< ( const T & value)
inline

Definition at line 119 of file ostream.h.

119 {
120 string temp;
121 temp.append(value);
122 print(temp.c_str());
123 return *this;
124 }
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: