LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::StructAnalysisType Concept Reference

Any type that is a subclass of StructAnalysis and provided a Context that matches ContextType. More...

#include <AnalysisWrappers.h>

Concept definition

template<typename Analysis, typename Result, typename Context>
concept llzk::StructAnalysisType = requires {
requires std::is_base_of<StructAnalysis<Result, Context>, Analysis>::value;
}
Any type that is a subclass of StructAnalysis and provided a Context that matches ContextType.

Detailed Description

Any type that is a subclass of StructAnalysis and provided a Context that matches ContextType.

Definition at line 124 of file AnalysisWrappers.h.