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

◆ make_optional() [1/2]

template<typename T>
optional< T > fl::make_optional ( const T & value)

Definition at line 120 of file optional.h.

120 {
121 return optional<T>(value);
122}
Optional< T > optional
Definition optional.h:14

Referenced by fl::response::get_header().

+ Here is the caller graph for this function: