Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
common_options< derived_class >::built Struct Reference

Immutable value object representing consistent options. More...

#include <couchbase/common_options.hxx>

Inheritance diagram for common_options< derived_class >::built:
Inheritance graph

Public Attributes

const std::optional< std::chrono::milliseconds > timeout
 
const std::shared_ptr< couchbase::retry_strategyretry_strategy
 

Detailed Description

template<typename derived_class>
struct couchbase::common_options< derived_class >::built

Immutable value object representing consistent options.

Since
1.0.0
Internal
Internal interface

Member Data Documentation

◆ retry_strategy

template<typename derived_class >
const std::shared_ptr<couchbase::retry_strategy> retry_strategy

◆ timeout

template<typename derived_class >
const std::optional<std::chrono::milliseconds> timeout

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