Barretenberg
The ZK-SNARK library at the core of Aztec
|
Functions | |
template<class T , class U , class = decltype(std::declval<T>() == std::declval<U>())> | |
constexpr bool | _test_eq (int) |
template<class T , class U > | |
constexpr bool | _test_eq (long long) |
template<class T , class U , class = decltype(std::declval<T>() < std::declval<U>())> | |
constexpr bool | _test_less (int) |
template<class T , class U > | |
constexpr bool | _test_less (long long) |
template<class Tup , class = typename Tup::base_list> | |
constexpr bool | _has_base_list (int) |
template<class Tup > | |
constexpr bool | _has_base_list (long long) |
template<bool... B> | |
constexpr bool | _all_true () |
template<class... T, class... U> | |
constexpr bool | _all_has_eq (type_list< T... >, type_list< U... >) |
template<class... T, class... U> | |
constexpr bool | _all_has_cmp (type_list< T... >, type_list< U... >) |
constexpr bool | _all_has_eq (type_list<>, type_list<>) |
constexpr bool | _all_has_cmp (type_list<>, type_list<>) |
template<class A , class B , class = decltype(std::declval<A>().compare(std::declval<B>()))> | |
constexpr bool | _test_m_compare (int) |
template<class , class > | |
constexpr bool | _test_m_compare (long long) |
Variables | |
template<class T , class U > | |
constexpr bool | _has_eq = _test_eq<T, U>(0) |
template<class T , class U = T> | |
constexpr bool | _has_cmp = _test_eq<T, U>(0) && _test_less<T, U>(0) |
|
constexpr |
Definition at line 176 of file tuplet.hpp.
Definition at line 191 of file tuplet.hpp.
|
constexpr |
Definition at line 166 of file tuplet.hpp.
Definition at line 187 of file tuplet.hpp.
Definition at line 161 of file tuplet.hpp.
Definition at line 152 of file tuplet.hpp.
Definition at line 156 of file tuplet.hpp.
Definition at line 128 of file tuplet.hpp.
Definition at line 133 of file tuplet.hpp.
Definition at line 138 of file tuplet.hpp.
Definition at line 143 of file tuplet.hpp.
Definition at line 197 of file tuplet.hpp.
Definition at line 202 of file tuplet.hpp.
|
constexpr |
Definition at line 150 of file tuplet.hpp.