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

#include <couchbase/search_date_range.hxx>

Public Member Functions

 search_date_range (std::string name, std::optional< std::string > start, std::optional< std::string > end, std::uint64_t count)
 
auto name () const -> const std::string &
 
auto start () const -> const std::optional< std::string > &
 
auto end () const -> const std::optional< std::string > &
 
auto count () const -> std::uint64_t
 

Detailed Description

Since
1.0.0
Committed
Generally available API and should be preferred in production

Constructor & Destructor Documentation

◆ search_date_range()

search_date_range ( std::string name,
std::optional< std::string > start,
std::optional< std::string > end,
std::uint64_t count )
inline

Member Function Documentation

◆ count()

auto count ( ) const -> std::uint64_t
inline

◆ end()

auto end ( ) const -> const std::optional<std::string>&
inline

◆ name()

auto name ( ) const -> const std::string&
inline

◆ start()

auto start ( ) const -> const std::optional<std::string>&
inline

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