Typedef ear::WarningCB

Typedef Documentation

using ear::WarningCB = std::function<void(const Warning &warning)>

warning callback type; this is passed into calculate calls, and will be called with any warnings.