FastLED 3.9.15
Loading...
Searching...
No Matches
fl::FloatConversionVisitor< double > Struct Reference

Detailed Description

Definition at line 520 of file json.h.

#include <json.h>

+ Inheritance diagram for fl::FloatConversionVisitor< double >:
+ Collaboration diagram for fl::FloatConversionVisitor< double >:

Public Member Functions

void accept (const U &value)
 
template<typename U>
void accept (const U &value)
 
void operator() (const bool &value)
 
void operator() (const bool &value)
 
void operator() (const double &value)
 
fl::enable_if<!fl::is_same< T, double >::value, void >::type operator() (const double &value)
 
void operator() (const double &value)
 
void operator() (const fl::string &str)
 
void operator() (const fl::string &str)
 
fl::enable_if<!fl::is_same< T, float >::value, void >::type operator() (const float &value)
 
void operator() (const float &value)
 
void operator() (const int64_t &value)
 
void operator() (const int64_t &value)
 
void operator() (const T &)
 
template<typename T>
void operator() (const T &)
 

Public Attributes

fl::optional< double > result
 
fl::optional< double > result
 

The documentation for this struct was generated from the following file: