|
FastLED 3.9.15
|
#include <types.h>
Inheritance diagram for fl::float_conversion_visitor< double >:
Collaboration diagram for fl::float_conversion_visitor< double >:Public Member Functions | |
| void | accept (const U &value) FL_NOEXCEPT |
| template<typename U> | |
| void | accept (const U &value) FL_NOEXCEPT |
| void | operator() (const bool &value) FL_NOEXCEPT |
| void | operator() (const bool &value) FL_NOEXCEPT |
| void | operator() (const double &value) FL_NOEXCEPT |
| fl::enable_if<!fl::is_same< T, double >::value, void >::type | operator() (const double &value) FL_NOEXCEPT |
| void | operator() (const double &value) FL_NOEXCEPT |
| void | operator() (const fl::string &str) FL_NOEXCEPT |
| void | operator() (const fl::string &str) FL_NOEXCEPT |
| fl::enable_if<!fl::is_same< T, float >::value, void >::type | operator() (const float &value) FL_NOEXCEPT |
| void | operator() (const float &value) FL_NOEXCEPT |
| void | operator() (const i64 &value) FL_NOEXCEPT |
| void | operator() (const i64 &value) FL_NOEXCEPT |
| void | operator() (const T &) FL_NOEXCEPT |
| template<typename T> | |
| void | operator() (const T &) FL_NOEXCEPT |
Public Attributes | |
| fl::optional< double > | result |
| fl::optional< double > | result |