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

◆ trivial_copy()

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

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

16 {
17 fl::memcpy(dst, src, count * mElementSize);
18}
fl::size mElementSize
void * memcpy(void *dest, const void *src, size_t n) FL_NOEXCEPT

References mElementSize, and fl::memcpy().

Referenced by copy_from(), grow_to(), move_from(), shrink_to_fit_impl(), and swap_impl().

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