#include <bit_array_impl.h>
Definition at line 127 of file bit_array_impl.h.
bit_array_val::bit_array_val |
( |
bool |
v | ) |
|
|
inline |
Returns the first occurance of val between start and start+count (excluding start+count), or start+count if not found; count may be negative to search back rather than forward.
Can be overridden by bit_array implementations for improved speed in specific cases.
Reimplemented from pfc::bit_array.
Definition at line 133 of file bit_array_impl.h.
134 {
return val==p_val ? start : start+count;}
bool bit_array_val::get |
( |
t_size |
n | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: