Numeric range for numeric_range_facet.
More...
#include <couchbase/numeric_range.hxx>
|
| numeric_range (std::string name, double min, double max) |
|
auto | name () const -> const std::string & |
|
auto | min () const -> const std::optional< double > & |
|
auto | max () const -> const std::optional< double > & |
|
Numeric range for numeric_range_facet.
◆ numeric_range()
◆ max()
auto max |
( |
| ) |
const -> const std::optional<double>&
|
|
inlinenodiscard |
◆ min()
auto min |
( |
| ) |
const -> const std::optional<double>&
|
|
inlinenodiscard |
◆ name()
auto name |
( |
| ) |
const -> const std::string&
|
|
inlinenodiscard |
◆ with_max()
◆ with_min()
The documentation for this class was generated from the following file: