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

◆ operator<<() [23/30]

template<typename T>
fl::enable_if< fl::is_same< decltype(static_cast< constT * >(nullptr) ->to_float()), float >::value &&!fl::is_floating_point< T >::value, sstream & >::type fl::sstream::operator<< ( const T & val)
inline

Definition at line 332 of file strstream.h.

333 {
334 mStr.append(val.to_float());
335 return *this;
336 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: