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

Static Public Attributes

static const std::string value
 

Member Data Documentation

const std::string wayverb::core::cl_representation< waveguide::memory_biquad >::value
static
Initial value:
{
R"(
typedef struct {
filt_real array[)" +
std::to_string(waveguide::memory_biquad::order) + R"(];
} memory_)" +
std::to_string(waveguide::memory_biquad::order) + R"(;
typedef memory_)" +
std::to_string(waveguide::memory_biquad::order) + R"( memory_biquad;
)"}

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