Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::IsDeserializableFromPublicInputs Concept Reference

A concept for types that can be deserialized from public inputs. More...

#include <public_input_component.hpp>

Concept definition

template<typename ComponentType>
{ ComponentType::PUBLIC_INPUTS_SIZE } -> std::convertible_to<size_t>;
}
A concept for types that can be deserialized from public inputs.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13

Detailed Description

A concept for types that can be deserialized from public inputs.

Definition at line 21 of file public_input_component.hpp.