|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
Numeric range for numeric_range_facet. More...
#include <couchbase/numeric_range.hxx>
Public Member Functions | |
| 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 > & |
Static Public Member Functions | |
| static numeric_range | with_min (std::string name, double start) |
| static numeric_range | with_max (std::string name, double end) |
Numeric range for numeric_range_facet.
| numeric_range | ( | std::string | name, |
| double | min, | ||
| double | max ) |
|
inlinenodiscard |
|
inlinenodiscard |
|
inlinenodiscard |
|
static |
|
static |