Ditto
1.0.14
|
Describes the index in a list of documents that a document was previously found at (from
) and the index that it can now be found at (to
).
More...
Public Member Functions | |
LiveQueryMove (std::size_t from, std::size_t to) | |
Public Attributes | |
std::size_t | from |
std::size_t | to |
Describes the index in a list of documents that a document was previously found at (from
) and the index that it can now be found at (to
).
std::size_t ditto::LiveQueryMove::from |
The index of the document in the list of matching documents from the previous live query event.
std::size_t ditto::LiveQueryMove::to |
The index of the document in the list of matching documents from the new live query event.