21 DittoCrdtType get_type()
const;
24 explicit Counter(
const nlohmann::json &info);
28void to_json(nlohmann::json &j,
const Counter &a);
Provides an interface to specify a path to a key in a document that you can then call various update ...
Definition AbstractDocumentPath.hpp:21
double get_value() const
Get the value of the counter in the current view of the document.
Definition Counter.cpp:13
Definition MutableCounter.hpp:10