Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
msgpack_apply.hpp File Reference

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.