LibreOffice Module vcl (master) 1
Public Types | Public Member Functions | List of all members
GDIDeleter< H, DeleterFunc > Struct Template Reference

#include <scoped_gdi.hxx>

Public Types

using pointer = H
 

Public Member Functions

void operator() (H h)
 

Detailed Description

template<typename H, auto DeleterFunc>
struct GDIDeleter< H, DeleterFunc >

Definition at line 18 of file scoped_gdi.hxx.

Member Typedef Documentation

◆ pointer

template<typename H , auto DeleterFunc>
using GDIDeleter< H, DeleterFunc >::pointer = H

Definition at line 20 of file scoped_gdi.hxx.

Member Function Documentation

◆ operator()()

template<typename H , auto DeleterFunc>
void GDIDeleter< H, DeleterFunc >::operator() ( H  h)
inline

Definition at line 21 of file scoped_gdi.hxx.

References h.


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