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

◆ as_impl() [6/9]

template<typename T>
fl::enable_if< fl::is_same< T, json_object >::value, fl::optional< T > >::type fl::json::as_impl ( ) const
inlineprivate

Definition at line 381 of file json.h.

383 {
384 auto ptr = mValue->as_object();
fl::shared_ptr< json_value > mValue
Definition json.h:130

References FL_NOEXCEPT, mValue, and fl::nullopt.