|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <ref_span.hpp>
Public Member Functions | |
| iterator (T *const *array, std::size_t pos) | |
| T & | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Private Attributes | |
| T *const * | array |
| std::size_t | pos |
Definition at line 73 of file ref_span.hpp.
|
inline |
Definition at line 75 of file ref_span.hpp.
|
inline |
Definition at line 96 of file ref_span.hpp.
|
inline |
Definition at line 80 of file ref_span.hpp.
|
inline |
Definition at line 82 of file ref_span.hpp.
|
inline |
Definition at line 88 of file ref_span.hpp.
|
inline |
Definition at line 95 of file ref_span.hpp.
|
private |
Definition at line 99 of file ref_span.hpp.
|
private |
Definition at line 100 of file ref_span.hpp.