Couchbase Transactions C++ Client  1.0.0
Transactions client for couchbase
couchbase::mutate_in_macro Namespace Reference

Useful macros. More...

Detailed Description

Useful macros.

When mutating a document, if you need to store the cas of the document, the sequence number, or a crc of it, you can use these macros and the server does it for you when it stores the mutation. The server calculates these after all the mutations in the operation.