Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::GreaterThanEvent Struct Reference

#include <gt_event.hpp>

Public Types

using Key = std::tuple< uint128_t, uint128_t >
 

Public Member Functions

Key get_key () const
 
bool operator== (const GreaterThanEvent &other) const =default
 

Public Attributes

uint128_t a
 
uint128_t b
 
bool result
 

Detailed Description

Definition at line 7 of file gt_event.hpp.

Member Typedef Documentation

◆ Key

Definition at line 13 of file gt_event.hpp.

Member Function Documentation

◆ get_key()

Key bb::avm2::simulation::GreaterThanEvent::get_key ( ) const
inline

Definition at line 14 of file gt_event.hpp.

◆ operator==()

bool bb::avm2::simulation::GreaterThanEvent::operator== ( const GreaterThanEvent other) const
default

Member Data Documentation

◆ a

uint128_t bb::avm2::simulation::GreaterThanEvent::a

Definition at line 8 of file gt_event.hpp.

◆ b

uint128_t bb::avm2::simulation::GreaterThanEvent::b

Definition at line 9 of file gt_event.hpp.

◆ result

bool bb::avm2::simulation::GreaterThanEvent::result

Definition at line 10 of file gt_event.hpp.


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