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

#include <acir.hpp>

Classes

struct  Bounded
 
struct  Unbounded
 

Public Member Functions

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

static ExpressionWidth bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

std::variant< Unbounded, Boundedvalue
 

Friends

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

Detailed Description

Definition at line 4894 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

ExpressionWidth Acir::ExpressionWidth::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 10749 of file acir.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Acir::ExpressionWidth::bincodeSerialize ( ) const
inline

Definition at line 10742 of file acir.hpp.

◆ msgpack_pack()

void Acir::ExpressionWidth::msgpack_pack ( auto &  packer) const
inline

Definition at line 4932 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4962 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 10734 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Unbounded, Bounded> Acir::ExpressionWidth::value

Definition at line 4926 of file acir.hpp.


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