Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
msgpack.hpp File Reference
#include "msgpack_impl/concepts.hpp"
#include "msgpack_impl/name_value_pair_macro.hpp"
#include <msgpack/sbuffer_decl.hpp>
#include <type_traits>

Go to the source code of this file.

Macros

#define MSGPACK_FIELDS(...)
 

Macro Definition Documentation

◆ MSGPACK_FIELDS

#define MSGPACK_FIELDS (   ...)
Value:
void msgpack(auto pack_fn) \
{ \
pack_fn(NVP(__VA_ARGS__)); \
}
#define NVP(...)

Definition at line 118 of file msgpack.hpp.