boost::dynamic_bitset::find_next
Finds the first bit set in *this with an index > pos, if any.
Return Value
The lowest index i greater than pos such that bit i is set, or npos if no such index exists.
Parameters
| Name | Description |
|---|---|
pos |
The lower bound (exclusively) to start the search from. |
Created with MrDocs