Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
type_traits.hpp
Go to the documentation of this file.
1#pragma once
2#include <concepts>
3
4namespace bb {
5
6template <typename T, typename... U>
7concept IsAnyOf = (std::same_as<T, U> || ...);
8
9} // namespace bb
Entry point for Barretenberg command-line interface.
Definition api.hpp:5
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13