GDAL
Public Member Functions | List of all members
VSIVirtualHandleCloser Struct Reference

Helper close to use with a std:unique_ptr<VSIVirtualHandle>, such as VSIVirtualHandleUniquePtr. More...

#include <cpl_vsi_virtual.h>

Public Member Functions

void operator() (VSIVirtualHandle *poHandle)
 Operator () that closes and deletes the file handle.
 

Detailed Description

Helper close to use with a std:unique_ptr<VSIVirtualHandle>, such as VSIVirtualHandleUniquePtr.


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