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

◆ size()

FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_NULL_DEREFERENCE fl::u32 fl::bitset_dynamic::size ( ) const
inlinenoexcept

Definition at line 298 of file bitset_dynamic.h.

298 {
299 // Note: _size is a member variable, not a pointer, so this should be safe
300 // but we add this comment to clarify for static analysis
301 return _size;
302 }

References _size.

Referenced by bitset_dynamic().

+ Here is the caller graph for this function: