Couchbase Transactions C++ Client  1.0.0
Transactions client for couchbase
Public Member Functions | Public Attributes | List of all members
couchbase::subdoc_result Struct Reference

Result of a subdoc operation. More...

#include <result.hxx>

Public Member Functions

 subdoc_result (uint32_t s)
 
 subdoc_result (nlohmann::json v, uint32_t s)
 

Public Attributes

boost::optional< nlohmann::json > value
 
uint32_t status
 

Detailed Description

Result of a subdoc operation.

See collection::lookup_in and collection::mutate_in


The documentation for this struct was generated from the following file: