Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::IsAnyOf Concept Reference
#include <
circuit_type.hpp
>
Concept definition
template
<
typename
T,
typename
... U>
concept
bb::IsAnyOf
= (
std::same_as<T, U>
|| ...)
bb::IsAnyOf
Definition
circuit_type.hpp:15
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
Detailed Description
Definition at line
15
of file
circuit_type.hpp
.
bb
IsAnyOf
Generated by
1.9.8