Barretenberg
The ZK-SNARK library at the core of Aztec
|
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. | |