Electroneum
lmdb::close_cursor Struct Reference

#include <transaction.h>

Public Member Functions

void operator() (MDB_cursor *ptr) const noexcept
 

Detailed Description

Definition at line 72 of file transaction.h.

Member Function Documentation

◆ operator()()

void lmdb::close_cursor::operator() ( MDB_cursor ptr) const
inlinenoexcept

Definition at line 74 of file transaction.h.

75  {
76  if (ptr)
77  mdb_cursor_close(ptr);
78  }
void mdb_cursor_close(MDB_cursor *cursor)
Close a cursor handle.
Here is the call graph for this function:

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