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 261 of file unique_ptr.h.

261 {
262 return unique_ptr<T>(new T(fl::forward<Args>(args)...));
263}
constexpr T && forward(typename remove_reference< T >::type &t) FL_NOEXCEPT
Definition s16x16x4.h:234
corkscrew_args args
Definition old.h:149

References args, FL_NOEXCEPT, and fl::fl::forward().

Referenced by fl::task::CoroutineTask::CoroutineTask(), fl::spi::Device::Device(), fl::third_party::GifBitmap::GifBitmap(), fl::audio::fft::Impl::Impl(), fl::JpegDecoder::JpegDecoder(), fl::Mp3Decoder::Mp3Decoder(), fl::spi::MultiLaneDevice::MultiLaneDevice(), fl::spi::ParallelDevice::ParallelDevice(), fl::audio::Reactive::Reactive(), fl::Spi::Spi(), fl::task::TimeTask::TimeTask(), fl::VorbisDecoder::VorbisDecoder(), autoResearchChipsetTimingLegacy(), fl::audio::Reactive::begin(), fl::third_party::Mp3StreamDecoderImpl::begin(), LegacyClocklessProxy::create(), fl::audio::Reactive::ensureAudioProcessor(), fl::WaveSimulation1D::init(), fl::WaveSimulation2D::init(), fl::net::http::FetchManager::register_promise(), AutoResearchRemoteControl::runParallelTestImpl(), AutoResearchRemoteControl::runSingleTestImpl(), setup(), AutoResearchRemoteControl::startBleRemote(), and fl::spi::Device::writeAsync().

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