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

240 {
241 return optional<T>(fl::move(value));
242}
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
constexpr int type_rank< T >::value
Optional< T > optional
Definition optional.h:16

References FL_NOEXCEPT, fl::fl::move(), and type_rank< T >::value.

+ Here is the call graph for this function: