|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "msgpack_impl/concepts.hpp"#include "msgpack_impl/name_value_pair_macro.hpp"#include <msgpack/sbuffer_decl.hpp>#include <string>#include <string_view>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | msgpack_detail |
Macros | |
| #define | MSGPACK_FIELDS(...) |
| #define | MSGPACK_CAMEL_CASE_FIELDS(...) |
Functions | |
| constexpr std::string | msgpack_detail::camel_case (std::string_view name) |
| template<typename T > | |
| constexpr decltype(auto) | msgpack_detail::unwrap_ref (T &t) |
| #define MSGPACK_CAMEL_CASE_FIELDS | ( | ... | ) |
Definition at line 165 of file msgpack.hpp.
| #define MSGPACK_FIELDS | ( | ... | ) |
Definition at line 121 of file msgpack.hpp.