Audacity  3.0.3
Public Member Functions | List of all members
AV_Deleterp< T, R, Fn > Struct Template Reference

#include <FFmpeg.h>

Public Member Functions

void operator() (T *p) const
 

Detailed Description

template<typename T, typename R, R(*)(T **) Fn>
struct AV_Deleterp< T, R, Fn >

Definition at line 956 of file FFmpeg.h.

Member Function Documentation

◆ operator()()

template<typename T , typename R , R(*)(T **) Fn>
void AV_Deleterp< T, R, Fn >::operator() ( T *  p) const
inline

Definition at line 957 of file FFmpeg.h.

958  {
959  if (p)
960  Fn(&p);
961  }

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