Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
test_helper.hpp File Reference
#include "msgpack_impl.hpp"
#include <string>

Go to the source code of this file.

Functions

template<typename T >
std::pair< T, T > msgpack_roundtrip (const T &object)
 
template<typename T >
call_msgpack_cbind (auto cbind_func, auto... test_args)
 
auto call_func_and_wrapper (auto func, auto cbind_func, auto... test_args)
 

Function Documentation

◆ call_func_and_wrapper()

auto call_func_and_wrapper ( auto  func,
auto  cbind_func,
auto...  test_args 
)
inline

Definition at line 33 of file test_helper.hpp.

◆ call_msgpack_cbind()

template<typename T >
T call_msgpack_cbind ( auto  cbind_func,
auto...  test_args 
)
inline

Definition at line 19 of file test_helper.hpp.

◆ msgpack_roundtrip()

template<typename T >
std::pair< T, T > msgpack_roundtrip ( const T &  object)

Definition at line 10 of file test_helper.hpp.