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

◆ ExpressionValue()

template<typename T>
fl::test::ExpressionValue< T >::ExpressionValue ( const T & value)
inline

Definition at line 313 of file fltest.h.

313 : mValue(value) {
315 ss << value;
316 mStringified = ss.str();
317 }
fl::string mStringified
Definition fltest.h:311
const char * str() const FL_NOEXCEPT
Definition fltest.h:320

References FL_NOEXCEPT, mStringified, mValue, fl::sstream::str(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: