Ditto
4.8.1-rc.1
Loading...
Searching...
No Matches
include
WriteStrategy.hpp
1
#ifndef _DITTO_WRITE_STRATEGY_
2
#define _DITTO_WRITE_STRATEGY_
3
4
namespace
ditto {
5
10
enum class
WriteStrategy {
15
merge = 1,
16
22
insertIfAbsent,
23
32
insertDefaultIfAbsent,
33
47
updateDifferentValues,
48
};
49
}
// namespace ditto
50
#endif
Generated by
1.11.0