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()
| numeric_range |
( |
std::string | name, |
|
|
double | min, |
|
|
double | max ) |
◆ max()
| auto max |
( |
| ) |
const->conststd::optional< double > & |
|
inlinenodiscard |
◆ min()
| auto min |
( |
| ) |
const->conststd::optional< double > & |
|
inlinenodiscard |
◆ name()
| auto name |
( |
| ) |
const->conststd::string & |
|
inlinenodiscard |
◆ with_max()
◆ with_min()
The documentation for this class was generated from the following file: