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
inline

Definition at line 305 of file bitset_dynamic.h.

305 {
306 // Note: _size is a member variable, not a pointer, so this should be safe
307 // but we add this comment to clarify for static analysis
308 return _size;
309 }

References _size, and FL_NOEXCEPT.

Referenced by bitset_dynamic().

+ Here is the caller graph for this function: