ejpp
Embedded JSON Database engine for C++11/14
|
View on GitHub
Simple collection::transaction_t wrapper for exception safe operation using RAII More...
#include <ejdb.hpp>
Public Member Functions | |
transaction_guard (collection::transaction_t &trans) | |
Starts on. | |
Simple collection::transaction_t wrapper for exception safe operation using RAII
Destructor aborts transaction when an exception is thrown, otherwise commits.