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

◆ emplace_front()

template<typename T, fl::size N = 0>
template<typename... Args>
bool fl::circular_buffer< T, N >::emplace_front ( Args &&... args)
inline

Definition at line 241 of file circular_buffer.h.

241{ return mCore.emplace_front(fl::forward<Args>(args)...); }
circular_buffer_core< T > mCore

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

+ Here is the call graph for this function: