Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::ValueOrArray Struct Reference

#include <acir.hpp>

Classes

struct  HeapArray
 
struct  HeapVector
 
struct  MemoryAddress
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< MemoryAddress, HeapArray, HeapVectorvalue
 

Friends

bool operator== (const ValueOrArray &, const ValueOrArray &)
 

Detailed Description

Definition at line 1225 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::ValueOrArray::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 1279 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const ValueOrArray lhs,
const ValueOrArray rhs 
)
friend

Definition at line 7804 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<MemoryAddress, HeapArray, HeapVector> Acir::ValueOrArray::value

Definition at line 1275 of file acir.hpp.


The documentation for this struct was generated from the following file: