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

◆ make_optional() [2/2]

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

Definition at line 125 of file optional.h.

125 {
126 return optional<T>(fl::move(value));
127}
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27
Optional< T > optional
Definition optional.h:14

References move().

+ Here is the call graph for this function: