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

◆ vector_psram() [4/6]

template<typename T>
template<typename InputIterator, typename = fl::enable_if_t<!fl::is_integral<InputIterator>::value>>
fl::vector_psram< T >::vector_psram ( InputIterator first,
InputIterator last )
inline

Definition at line 936 of file vector.h.

938 for (auto it = first; it != last; ++it) {
939 this->push_back(*it);
940 }
941 }
vector() FL_NOEXCEPT
Definition vector.h:492
void push_back(const T &value) FL_NOEXCEPT
Definition vector.h:624
memory_resource * psram_memory_resource()
Get the PSRAM memory resource (wraps PSRamAllocate / PSRamDeallocate).

References FL_NOEXCEPT, and fl::vector< T >::push_back().

+ Here is the call graph for this function: