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

◆ trivial_default_construct()

void fl::vector_basic::trivial_default_construct ( void * ptr,
fl::size count ) const
private

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

24 {
25 fl::memset(ptr, 0, count * mElementSize);
26}
fl::size mElementSize
void * memset(void *s, int c, size_t n) FL_NOEXCEPT

References mElementSize, and fl::memset().

Referenced by resize_impl().

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