Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <tuplet.hpp>
Public Types | |
using | type = T |
Public Member Functions | |
TUPLET_INLINE constexpr decltype(auto) | operator[] (tag< I >) & |
TUPLET_INLINE constexpr decltype(auto) | operator[] (tag< I >) const & |
TUPLET_INLINE constexpr decltype(auto) | operator[] (tag< I >) && |
Static Public Member Functions | |
static T | decl_elem (tag< I >) |
Public Attributes | |
TUPLET_NO_UNIQUE_ADDRESS T | value |
Definition at line 498 of file tuplet.hpp.
using tuplet::tuple_elem< I, T >::type = T |
Definition at line 501 of file tuplet.hpp.
|
inlineconstexpr |
Definition at line 505 of file tuplet.hpp.
|
inlineconstexpr |
Definition at line 507 of file tuplet.hpp.
|
inlineconstexpr |
Definition at line 506 of file tuplet.hpp.
TUPLET_NO_UNIQUE_ADDRESS T tuplet::tuple_elem< I, T >::value |
Definition at line 503 of file tuplet.hpp.