Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Types | |
using | super = tuple_base_t<> |
using | base_list = type_list<> |
using | element_list = type_list<> |
Public Member Functions | |
template<TUPLET_OTHER_THAN(tuple, U) > | |
constexpr auto & | operator= (U &&) noexcept |
constexpr void | swap (tuple) noexcept |
constexpr auto & | assign () noexcept |
TUPLET_INLINE constexpr bool | operator== (tuple const &) const noexcept |
TUPLET_INLINE constexpr bool | operator<= (tuple const &) const noexcept |
TUPLET_INLINE constexpr bool | operator>= (tuple const &) const noexcept |
TUPLET_INLINE constexpr bool | operator!= (tuple const &) const noexcept |
TUPLET_INLINE constexpr bool | operator< (tuple const &) const noexcept |
TUPLET_INLINE constexpr bool | operator> (tuple const &) const noexcept |
template<class F > | |
constexpr void | for_each (F &&) const noexcept |
template<class F > | |
constexpr bool | any (F &&) const noexcept |
template<class F > | |
constexpr bool | all (F &&) const noexcept |
template<class F > | |
constexpr auto | map (F &&) const noexcept |
template<class F > | |
constexpr decltype(auto) | apply (F &&func) const noexcept |
template<class U > | |
constexpr U | as () const noexcept |
Static Public Attributes | |
static constexpr size_t | N = 0 |
static constexpr bool | nothrow_swappable = true |
Definition at line 846 of file tuplet.hpp.
using tuplet::tuple<>::base_list = type_list<> |
Definition at line 850 of file tuplet.hpp.
using tuplet::tuple<>::element_list = type_list<> |
Definition at line 851 of file tuplet.hpp.
using tuplet::tuple<>::super = tuple_base_t<> |
Definition at line 849 of file tuplet.hpp.
Definition at line 894 of file tuplet.hpp.
Definition at line 887 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 902 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 904 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 862 of file tuplet.hpp.
Definition at line 880 of file tuplet.hpp.
Definition at line 900 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 870 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 871 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 868 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 856 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 867 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 872 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 869 of file tuplet.hpp.
|
inlineconstexprnoexcept |
Definition at line 861 of file tuplet.hpp.
|
staticconstexpr |
Definition at line 847 of file tuplet.hpp.
|
staticconstexpr |
Definition at line 848 of file tuplet.hpp.