|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <tuple>Go to the source code of this file.
Namespaces | |
| namespace | msgpack |
Macros | |
| #define | IPC_CODEGEN_MSGPACK_DROP_KEYS_DEFINED |
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. | |
| #define IPC_CODEGEN_MSGPACK_DROP_KEYS_DEFINED |
Definition at line 5 of file drop_keys.hpp.