Wayverb
wayverb::core::filter_coefficients< B, A > Struct Template Referencefinal

Public Types

using b_order = std::integral_constant< size_t, B >
 
using a_order = std::integral_constant< size_t, A >
 
using b_size = std::integral_constant< size_t, b_order{}+1 >
 
using a_size = std::integral_constant< size_t, a_order{}+1 >
 

Public Attributes

std::array< double, b_size{}> b
 
std::array< double, a_size{}> a
 

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