FastLED 3.9.15
Loading...
Searching...
No Matches
fl::ParseResult< T > Struct Template Reference

Detailed Description

template<typename T>
struct fl::ParseResult< T >

Definition at line 175 of file json.h.

#include <json.h>

+ Collaboration diagram for fl::ParseResult< T >:

Public Member Functions

 ParseResult (const Error &err)
 
 ParseResult (const T &val)
 
const Errorget_error () const
 
const T & get_value () const
 
bool has_error () const
 
 operator const T & () const
 

Public Attributes

Error error
 
value
 

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