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 128 of file optional.h.

128 {
129 return optional<T>(value);
130}
Optional< T > optional
Definition optional.h:14

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

+ Here is the caller graph for this function: