|
FastLED 3.9.15
|
| PromiseResult< T > fl::task::make_success | ( | T && | value | ) |
Helper function to create a successful result (move)
| T | The value type |
| value | The success value (moved) |
Definition at line 142 of file promise_result.h.
References fl::fl::move(), and fl::type_rank< T >::value.
Here is the call graph for this function: