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

#include <acir.hpp>

Classes

struct  Field
 
struct  Integer
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< Field, Integervalue
 

Friends

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

Detailed Description

Definition at line 405 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 433 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 4160 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Field, Integer> Acir::BitSize::value

Definition at line 429 of file acir.hpp.


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