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

#include <acir.hpp>

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 Bounded bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

uint64_t width
 

Friends

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

Detailed Description

Definition at line 4905 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 10839 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 10832 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 4912 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4918 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 10824 of file acir.hpp.

Member Data Documentation

◆ width

uint64_t Acir::ExpressionWidth::Bounded::width

Definition at line 4906 of file acir.hpp.


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