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

◆ operator<<() [28/30]

template<typename T>
fl::enable_if< fl::is_enum< T >::value, sstream & >::type fl::sstream::operator<< ( T e)
inline

Definition at line 306 of file strstream.h.

307 {
308 using underlying_t = typename fl::underlying_type<T>::type;
309 return (*this) << static_cast<underlying_t>(e);
310 }

References sstream(), and FL_NOEXCEPT.

+ Here is the call graph for this function: