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

◆ make_unique() [1/2]

template<typename T, typename... Args>
fl::enable_if<!fl::is_array< T >::value, unique_ptr< T > >::type fl::make_unique ( Args &&... args)

Definition at line 42 of file memory.h.

42 {
43 return unique_ptr<T>(new T(fl::forward<Args>(args)...));
44}
constexpr T && forward(typename remove_reference< T >::type &t) noexcept
corkscrew_args args
Definition old.h:150

References args, and forward().

Referenced by fl::TaskImpl::TaskImpl(), and fl::FetchManager::register_promise().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: