Ditto
4.13.1
Loading...
Searching...
No Matches
LiveQueryMove.hpp
1
#ifndef DITTO_LIVE_QUERY_MOVE_H
2
#define DITTO_LIVE_QUERY_MOVE_H
3
4
#include "Helpers.hpp"
5
6
#include <cstddef>
7
8
namespace
ditto
{
9
18
struct
DITTO_DEPRECATED_BECAUSE(
19
"Use DQL (Ditto Query Language) instead. For more information see: "
20
"https://ditto.com/link/legacy-to-dql-guide"
) LiveQueryMove {
21
LiveQueryMove(std::size_t
from
, std::size_t
to
);
22
23
public
:
28
std::size_t
from
;
29
34
std::size_t
to
;
35
};
36
}
// namespace ditto
37
38
#endif
ditto
Namespace for the Ditto C++ SDK types and functions.
Definition
AbstractDocumentPath.hpp:19
ditto::LiveQueryMove::to
std::size_t to
Definition
LiveQueryMove.hpp:34
ditto::LiveQueryMove::from
std::size_t from
Definition
LiveQueryMove.hpp:28
include
LiveQueryMove.hpp
Generated by
1.13.2