Electroneum
Loading...
Searching...
No Matches
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)
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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/lmdb/transaction.h