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

◆ as_float() [1/4]

fl::optional< float > fl::json_value::as_float ( ) const
inline

Definition at line 1035 of file types.h.

1035 {
1036 return as_float<float>();
1037 }
fl::optional< float > as_float() FL_NOEXCEPT
Definition types.h:969

References as_float(), and FL_NOEXCEPT.

+ Here is the call graph for this function: