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
4
namespace
bb
{
5
6
template
<
typename
T,
typename
... U>
7
concept
IsAnyOf
= (
std::same_as<T, U>
|| ...);
8
9
}
// namespace bb
bb::IsAnyOf
Definition
type_traits.hpp:7
bb
Entry point for Barretenberg command-line interface.
Definition
api.hpp:5
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
src
barretenberg
common
type_traits.hpp
Generated by
1.9.8