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

◆ operator<<()

fl::sstream & fl::test::operator<< ( fl::sstream & os,
const Approx & approx )
inline

Definition at line 484 of file fltest.h.

484 {
485 os << "Approx(" << approx.value() << ")";
486 return os;
487}
double value() const FL_NOEXCEPT
Definition fltest.h:425

References FL_NOEXCEPT, and operator<<().

Referenced by operator<<().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: