Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
msgpack_check_eq.hpp File Reference
#include "barretenberg/common/log.hpp"
#include "msgpack.hpp"
#include "msgpack_impl/drop_keys.hpp"
#include <cstddef>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  msgpack
 

Functions

template<msgpack_concepts::HasMsgPack T>
bool msgpack::msgpack_check_eq (const T &v1, const T &v2, const std::string_view &error_message)
 Ensures that two msgpack objects are equal by applying the msgpack method to both and comparing the results.