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

#include <acir.hpp>

Classes

struct  Add
 
struct  And
 
struct  Div
 
struct  Equals
 
struct  LessThan
 
struct  LessThanEquals
 
struct  Mul
 
struct  Or
 
struct  Shl
 
struct  Shr
 
struct  Sub
 
struct  Xor
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< Add, Sub, Mul, Div, Equals, LessThan, LessThanEquals, And, Or, Xor, Shl, Shrvalue
 

Friends

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

Detailed Description

Definition at line 175 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 253 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 3860 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Add, Sub, Mul, Div, Equals, LessThan, LessThanEquals, And, Or, Xor, Shl, Shr> Acir::BinaryIntOp::value

Definition at line 249 of file acir.hpp.


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