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

◆ pop_back()

void fl::bitset_dynamic::pop_back ( )
inline

Definition at line 162 of file bitset_dynamic.h.

162 {
163 if (_size > 0) {
164 resize(_size - 1);
165 }
166 }
FL_DISABLE_WARNING_POP FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_NULL_DEREFERENCE void resize(fl::u32 new_size) FL_NOEXCEPT

References _size, FL_NOEXCEPT, and resize().

+ Here is the call graph for this function: