LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
MapOperandsHelper< N > Class Template Reference

Helper for unwrapping the C arguments for the map operands. More...

#include <Support.h>

Public Member Functions

 MapOperandsHelper (intptr_t nMapOperands, MlirValueRange const *mapOperands)
 
mlir::ArrayRef< mlir::ValueRange > operator* () const
 

Detailed Description

template<int N = DEFAULT_ELTS>
class MapOperandsHelper< N >

Helper for unwrapping the C arguments for the map operands.

Definition at line 36 of file Support.h.

Constructor & Destructor Documentation

◆ MapOperandsHelper()

template<int N = DEFAULT_ELTS>
MapOperandsHelper< N >::MapOperandsHelper ( intptr_t nMapOperands,
MlirValueRange const * mapOperands )
inline

Definition at line 38 of file Support.h.

Member Function Documentation

◆ operator*()

template<int N = DEFAULT_ELTS>
mlir::ArrayRef< mlir::ValueRange > MapOperandsHelper< N >::operator* ( ) const
inline

Definition at line 49 of file Support.h.


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