sst-filters
Filters submodule for the Surge Synthesizer
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
model_config.h File Reference

Classes

struct  ModelConfig
 
struct  hash< sst::filtersplusplus::ModelConfig >
 

Namespaces

namespace  sst
 Parent namespace for all Surge Synth Team code.
 
namespace  sst::filtersplusplus
 

Macros

#define L(x)
 

Functions

bool operator== (const ModelConfig &lhs, const ModelConfig &rhs) noexcept
 
bool operator< (const ModelConfig &lhs, const ModelConfig &rhs) noexcept
 

Macro Definition Documentation

◆ L

#define L (   x)
Value:
if (lhs.x != rhs.x) \
return (int)lhs.x < (int)rhs.x;