barretenberg
Loading...
Searching...
No Matches
proof_system::IsPlonkFlavor Concept Reference

Test whether a type T lies in a list of types ...U. More...

#include <flavor.hpp>

Concept definition

template<typename T>
Definition: circuit_type.hpp:10
Test whether a type T lies in a list of types ...U.
Definition: flavor.hpp:286

Detailed Description

Test whether a type T lies in a list of types ...U.

Template Parameters
TThe type being tested
UA parameter pack of types being checked against T.