Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
gt_event.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace bb::avm2::simulation {
6
10 bool result;
11
12 // To be used with deduplicating event emitters.
14 Key get_key() const { return { a, b }; }
15
16 bool operator==(const GreaterThanEvent& other) const = default;
17};
18
19} // namespace bb::avm2::simulation
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
unsigned __int128 uint128_t
Definition serialize.hpp:44
bool operator==(const GreaterThanEvent &other) const =default
std::tuple< uint128_t, uint128_t > Key
Definition gt_event.hpp:13