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

235 {
236 return optional<T>(value);
237}
constexpr int type_rank< T >::value
Optional< T > optional
Definition optional.h:16

References FL_NOEXCEPT, and type_rank< T >::value.

Referenced by fl::net::http::Response::get_header().

+ Here is the caller graph for this function: