|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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. | |