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

#include <acir.hpp>

Classes

struct  U1
 
struct  U128
 
struct  U16
 
struct  U32
 
struct  U64
 
struct  U8
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< U1, U8, U16, U32, U64, U128value
 

Friends

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

Detailed Description

Definition at line 317 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 359 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 6981 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<U1, U8, U16, U32, U64, U128> Acir::IntegerBitSize::value

Definition at line 355 of file acir.hpp.


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