barretenberg
Loading...
Searching...
No Matches
proof_system
HasSubrelationLinearlyIndependentMember
proof_system::HasSubrelationLinearlyIndependentMember Concept Reference
Concept definition
template
<
typename
T,
size_t
subrelation_
id
x>
concept
proof_system::HasSubrelationLinearlyIndependentMember
=
requires
(T) {
{
std::get<subrelation_idx>(T::SUBRELATION_LINEARLY_INDEPENDENT)
} -> std::convertible_to<bool>;
}
proof_system::HasSubrelationLinearlyIndependentMember
Definition:
relation_types.hpp:25
Generated by
1.9.6