Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
zip_view.hpp File Reference
#include "barretenberg/common/assert.hpp"
#include <algorithm>
#include <cassert>
#include <functional>
#include <iostream>
#include <sstream>
#include <tuple>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  zip_iterator< T >
 The zip_iterator class. More...
 
class  zip_view< S >
 

Enumerations

enum class  ZipAllowDifferentSizes { FLAG }
 

Functions

template<class... S>
 zip_view (S &&...) -> zip_view< S... >
 
template<class... S>
 zip_view (ZipAllowDifferentSizes, S &&...) -> zip_view< S... >
 

Enumeration Type Documentation

◆ ZipAllowDifferentSizes

enum class ZipAllowDifferentSizes
strong
Enumerator
FLAG 

Definition at line 165 of file zip_view.hpp.

Function Documentation

◆ zip_view() [1/2]

template<class... S>
zip_view ( S &&  ...) -> zip_view< S... >

◆ zip_view() [2/2]

template<class... S>
zip_view ( ZipAllowDifferentSizes  ,
S &&  ... 
) -> zip_view< S... >