libquentier 0.8.0
The library for rich desktop clients of Evernote service
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
quentier::synchronization::ISyncConflictResolver::ConflictResolution::MoveMine< T > Struct Template Reference

The MoveMine conflict resolution means "before using theirs version change mine version as specified". Note: the data item inside this conflict resolution might refer to something different than mine version passed to the conflict resolution function. It can be that way because the actual conflict might be with another local data item instead of the passed one. More...

#include <ISyncConflictResolver.h>

Public Types

using value_type = T
 

Public Attributes

T mine
 

Detailed Description

template<class T>
struct quentier::synchronization::ISyncConflictResolver::ConflictResolution::MoveMine< T >

The MoveMine conflict resolution means "before using theirs version change mine version as specified". Note: the data item inside this conflict resolution might refer to something different than mine version passed to the conflict resolution function. It can be that way because the actual conflict might be with another local data item instead of the passed one.

Member Data Documentation

◆ mine

The changed value of mine data item.