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 61 of file ref_span.hpp.
|
inline |
Definition at line 63 of file ref_span.hpp.
|
inline |
Definition at line 84 of file ref_span.hpp.
|
inline |
Definition at line 68 of file ref_span.hpp.
|
inline |
Definition at line 70 of file ref_span.hpp.
|
inline |
Definition at line 76 of file ref_span.hpp.
|
inline |
Definition at line 83 of file ref_span.hpp.
|
private |
Definition at line 87 of file ref_span.hpp.
|
private |
Definition at line 88 of file ref_span.hpp.