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

◆ vector_psram() [6/6]

template<typename T>
fl::vector_psram< T >::vector_psram ( vector_psram< T > && other)
inline

Definition at line 948 of file vector.h.

950 this->move_from(other);
951 }
void move_from(vector_basic &other) FL_NOEXCEPT
Move-steal contents from another vector_basic.
vector() FL_NOEXCEPT
Definition vector.h:492
memory_resource * psram_memory_resource()
Get the PSRAM memory resource (wraps PSRamAllocate / PSRamDeallocate).

References vector_psram(), FL_NOEXCEPT, and fl::vector_basic::move_from().

+ Here is the call graph for this function: