Wayverb
wayverb::core::cl_representation< waveguide::coefficients_canonical > Struct Template Referencefinal

Static Public Attributes

static const std::string value
 

Member Data Documentation

Initial value:
{
R"(
typedef struct {
filt_real b[)" +
std::to_string(waveguide::coefficients_canonical::order + 1) +
R"(];
filt_real a[)" +
std::to_string(waveguide::coefficients_canonical::order + 1) +
R"(];
} coefficients_)" +
std::to_string(waveguide::coefficients_canonical::order) + R"(;
typedef coefficients_)" +
std::to_string(waveguide::coefficients_canonical::order) +
R"( coefficients_canonical;
)"}

The documentation for this struct was generated from the following files: