|
FastLED 3.9.15
|
|
inlinenoexcept |
Finds the first bit that matches the test value.
Returns the index of the first matching bit, or -1 if none found.
| test_value | The value to search for (true or false) |
| offset | Starting position to search from (default: 0) |
Definition at line 315 of file bitset_dynamic.h.
References _block_count, _blocks, _size, bits_per_block, and offset().
Here is the call graph for this function: