![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <bits-iterator.h>
Public Member Functions | |
BitsIterator (T bits) | |
int | operator* () const |
BitsIterator & | operator++ () |
bool | operator== (BitsIterator other) |
bool | operator!= (BitsIterator other) |
Private Attributes | |
T | bits_ |
Additional Inherited Members | |
![]() | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Definition at line 18 of file bits-iterator.h.
|
inlineexplicit |
Definition at line 22 of file bits-iterator.h.
|
inline |
Definition at line 35 of file bits-iterator.h.
|
inline |
|
inline |
Definition at line 29 of file bits-iterator.h.
|
inline |
Definition at line 34 of file bits-iterator.h.
|
private |
Definition at line 38 of file bits-iterator.h.