Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
result Class Reference

Base class for operations of data service. More...

#include <couchbase/result.hxx>

Inheritance diagram for result:
Inheritance graph

Public Member Functions

 result ()=default
 
 result (couchbase::cas cas)
 
auto cas () const -> couchbase::cas
 

Detailed Description

Base class for operations of data service.

Since
1.0.0
Committed
Generally available API and should be preferred in production
Examples
game_server.cxx.

Constructor & Destructor Documentation

◆ result() [1/2]

result ( )
default
Since
1.0.0
Internal
Internal interface

◆ result() [2/2]

result ( couchbase::cas cas)
inlineexplicit
Parameters
cas
Since
1.0.0
Committed
Generally available API and should be preferred in production

Member Function Documentation

◆ cas()

auto cas ( ) const -> couchbase::cas
inline
Returns
Since
1.0.0
Committed
Generally available API and should be preferred in production

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