#include <couchbase/search_date_range.hxx>
|
| 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 |
|
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ search_date_range()
search_date_range |
( |
std::string | name, |
|
|
std::optional< std::string > | start, |
|
|
std::optional< std::string > | end, |
|
|
std::uint64_t | count ) |
|
inline |
◆ count()
auto count |
( |
| ) |
const -> std::uint64_t
|
|
inlinenodiscard |
◆ end()
auto end |
( |
| ) |
const -> const std::optional<std::string>&
|
|
inlinenodiscard |
◆ name()
auto name |
( |
| ) |
const -> const std::string&
|
|
inlinenodiscard |
◆ start()
auto start |
( |
| ) |
const -> const std::optional<std::string>&
|
|
inlinenodiscard |
The documentation for this class was generated from the following file: