Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
util::config::PositiveDouble Class Referencefinal

A constraint to ensure a double number is positive. More...

#include <ConfigConstraints.hpp>

Inheritance diagram for util::config::PositiveDouble:
Collaboration diagram for util::config::PositiveDouble:

Additional Inherited Members

- Public Member Functions inherited from util::config::Constraint
std::optional< ErrorcheckConstraint (Value const &val) const
 Check if the value meets the specific constraint.
 
- Protected Member Functions inherited from util::config::Constraint
template<std::size_t ArrSize>
constexpr std::string makeErrorMsg (std::string_view key, Value const &value, std::array< char const *, ArrSize > arr) const
 Creates an error message for all constraints that must satisfy certain hard-coded values.
 

Detailed Description

A constraint to ensure a double number is positive.


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