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

Check if a type has reconstruct_from_public method. More...

#include <public_input_component.hpp>

Concept definition

template<typename T>
{ T::reconstruct_from_public(limbs) } -> std::same_as<T>;
}
Check if a type has reconstruct_from_public method.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13

Detailed Description

Check if a type has reconstruct_from_public method.

Definition at line 29 of file public_input_component.hpp.