Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
CallDataTestParams< CallDataType_, CallDataSize_, NumReads_, PerformConstantOps_ > Struct Template Reference

Static Public Attributes

static constexpr CallDataType calldata_type = CallDataType_
 
static constexpr size_t calldata_size = CallDataSize_
 
static constexpr size_t num_reads = NumReads_
 
static constexpr bool perform_constant_ops = PerformConstantOps_
 

Detailed Description

template<CallDataType CallDataType_, size_t CallDataSize_, size_t NumReads_, bool PerformConstantOps_>
struct CallDataTestParams< CallDataType_, CallDataSize_, NumReads_, PerformConstantOps_ >

Definition at line 403 of file block_constraint.test.cpp.

Member Data Documentation

◆ calldata_size

template<CallDataType CallDataType_, size_t CallDataSize_, size_t NumReads_, bool PerformConstantOps_>
constexpr size_t CallDataTestParams< CallDataType_, CallDataSize_, NumReads_, PerformConstantOps_ >::calldata_size = CallDataSize_
staticconstexpr

Definition at line 405 of file block_constraint.test.cpp.

◆ calldata_type

template<CallDataType CallDataType_, size_t CallDataSize_, size_t NumReads_, bool PerformConstantOps_>
constexpr CallDataType CallDataTestParams< CallDataType_, CallDataSize_, NumReads_, PerformConstantOps_ >::calldata_type = CallDataType_
staticconstexpr

Definition at line 404 of file block_constraint.test.cpp.

◆ num_reads

template<CallDataType CallDataType_, size_t CallDataSize_, size_t NumReads_, bool PerformConstantOps_>
constexpr size_t CallDataTestParams< CallDataType_, CallDataSize_, NumReads_, PerformConstantOps_ >::num_reads = NumReads_
staticconstexpr

Definition at line 406 of file block_constraint.test.cpp.

◆ perform_constant_ops

template<CallDataType CallDataType_, size_t CallDataSize_, size_t NumReads_, bool PerformConstantOps_>
constexpr bool CallDataTestParams< CallDataType_, CallDataSize_, NumReads_, PerformConstantOps_ >::perform_constant_ops = PerformConstantOps_
staticconstexpr

Definition at line 407 of file block_constraint.test.cpp.


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