Audacity 3.2.0
Public Member Functions | List of all members
soxr_deleter Struct Reference

#include <Resample.h>

Public Member Functions

void operator() (soxr *p) const
 

Detailed Description

Definition at line 21 of file Resample.h.

Member Function Documentation

◆ operator()()

void soxr_deleter::operator() ( soxr *  p) const
inline

Definition at line 22 of file Resample.h.

22{ if (p) soxr_delete(p); }
void soxr_delete(soxr *)

References soxr_delete().

Here is the call graph for this function:

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