Ditto  1.0.19
Public Member Functions | Public Attributes | List of all members
ditto::LiveQueryMove Struct Reference

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
 

Detailed Description

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).

Member Data Documentation

◆ from

std::size_t ditto::LiveQueryMove::from

The index of the document in the list of matching documents from the previous live query event.

◆ to

std::size_t ditto::LiveQueryMove::to

The index of the document in the list of matching documents from the new live query event.