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

◆ calc_block_count()

static uint32_t fl::bitset_dynamic::calc_block_count ( uint32_t bit_count)
inlinestaticprivate

Definition at line 21 of file bitset_dynamic.h.

21 {
22 return (bit_count + bits_per_block - 1) / bits_per_block;
23 }
static constexpr uint32_t bits_per_block

References bits_per_block.

Referenced by resize().

+ Here is the caller graph for this function: