Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
drop_keys.hpp File Reference
#include <tuple>

Go to the source code of this file.

Namespaces

namespace  msgpack
 

Functions

template<typename Tuple , std::size_t... Is>
auto msgpack::drop_keys_impl (Tuple &&tuple, std::index_sequence< Is... >)
 
template<typename... Args>
auto msgpack::drop_keys (std::tuple< Args... > &&tuple)
 Drops every first value pairwise of a flat argument tuple, assuming that they are keys.