LLZK
0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::ContextType Concept Reference
#include <
AnalysisWrappers.h
>
Concept definition
template
<
typename
Context>
concept
llzk::ContextType
=
requires
(
const
Context &a,
const
Context &b) {
{ a == b } -> std::convertible_to<bool>;
{ std::hash<Context> {}(a) } -> std::convertible_to<std::size_t>;
}
llzk::ContextType
Definition
AnalysisWrappers.h:112
Detailed Description
Definition at line
112
of file
AnalysisWrappers.h
.
llzk
ContextType
Generated by
1.14.0
Copyright 2025 Veridise Inc. under the Apache License v2.0.