Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
merge.h
Go to the documentation of this file.
1#ifndef joedb_merge_declared
2#define joedb_merge_declared
3
4namespace joedb
5{
6 class Database;
7 /// @ingroup ui
8 void merge(Database &merged, const Database &db);
9}
10
11#endif
void merge(Database &merged, const Database &db)
Definition merge.cpp:5
Definition Blob.h:7