#include <couchbase/transactions/transaction_get_multi_result.hxx>
◆ transaction_get_multi_result() [1/3]
◆ ~transaction_get_multi_result()
◆ transaction_get_multi_result() [2/3]
◆ transaction_get_multi_result() [3/3]
◆ content_as() [1/2]
template<typename Document, typename Transcoder = codec::default_json_transcoder, std::enable_if_t<!
codec::is_transcoder_v< Document >, bool > = true, std::enable_if_t<
codec::is_transcoder_v< Transcoder >, bool > = true>
auto content_as |
( |
std::size_t | spec_index | ) |
const -> Document
|
|
inlinenodiscard |
Content of the document.
- Returns
- content of the document.
◆ content_as() [2/2]
auto content_as |
( |
std::size_t | spec_index | ) |
const -> typename Transcoder::document_type
|
|
inlinenodiscard |
Content of the document.
- Returns
- content of the document.
◆ exists()
auto exists |
( |
std::size_t | spec_index | ) |
const -> bool
|
|
inlinenodiscard |
Check if spec returned any content.
- Returns
- the id of this document.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: