|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/try_catch_shim.hpp"#include "msgpack.hpp"#include "msgpack_impl/drop_keys.hpp"Go to the source code of this file.
Namespaces | |
| namespace | msgpack |
Functions | |
| template<msgpack_concepts::HasMsgPack T> | |
| void | msgpack::msgpack_apply (const auto &func, auto &... args) |
| Helper method for better error reporting. Clang does not give the best errors for lambdas. | |
| template<msgpack_concepts::HasMsgPack T> | |
| void | msgpack::msgpack_apply (const T &value, const auto &func) |
| Applies a function to the values exposed by the msgpack method. | |