Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::TupleOfContainersOverArray< InnerContainer, ValueType, domain_end, domain_start, skip_count, IS > Struct Template Reference

Generic templates for constructing a container of containers of varying length, where the various lengths are specified in an array. More...

Detailed Description

template<template< typename, size_t, size_t, size_t > typename InnerContainer, typename ValueType, auto domain_end, size_t domain_start = 0, size_t skip_count = 0, typename IS = decltype(std::make_index_sequence<domain_end.size()>())>
struct bb::TupleOfContainersOverArray< InnerContainer, ValueType, domain_end, domain_start, skip_count, IS >

Generic templates for constructing a container of containers of varying length, where the various lengths are specified in an array.

Credit: https://stackoverflow.com/a/60440611

Definition at line 25 of file nested_containers.hpp.


The documentation for this struct was generated from the following file: