FastLED 3.9.15
Loading...
Searching...
No Matches
fl::IntConversionVisitor< int64_t > Struct Reference

Detailed Description

Definition at line 365 of file json.h.

#include <json.h>

+ Inheritance diagram for fl::IntConversionVisitor< int64_t >:
+ Collaboration diagram for fl::IntConversionVisitor< int64_t >:

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)
 
fl::enable_if< fl::is_same< T, double >::value, void >::type 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, int64_t >::value &&!fl::is_same< T, double >::value, void >::type operator() (const int64_t &value)
 
fl::enable_if< fl::is_same< T, int64_t >::value, void >::type operator() (const int64_t &value)
 
fl::enable_if<!fl::is_same< T, int64_t >::value, void >::type 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< int64_t > result
 
fl::optional< int64_t > result
 

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