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

◆ InlinedStorage()

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
fl::allocator_inlined< T, N, BaseAllocator >::InlinedStorage::InlinedStorage ( )
inline

Definition at line 812 of file allocator.h.

812 {
813 fl::memset(data, 0, sizeof(data));
814 }
void * memset(void *s, int c, size_t n) FL_NOEXCEPT

References FL_NOEXCEPT, and fl::memset().

+ Here is the call graph for this function: