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

◆ trivial_move_left()

void fl::vector_basic::trivial_move_left ( void * dst,
const void * src,
fl::size count ) const
private

Definition at line 20 of file basic_vector.cpp.hpp.

20 {
21 fl::memmove(dst, src, count * mElementSize);
22}
fl::size mElementSize
void * memmove(void *dest, const void *src, size_t n) FL_NOEXCEPT

References mElementSize, and fl::memmove().

Referenced by erase_range_impl(), insert_copy_impl(), and insert_move_impl().

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