Clio develop
The XRP Ledger API server.
|
A wrapped to provide bool interface for a Prometheus metric. More...
#include <Bool.hpp>
Public Member Functions | |
AnyBool (ImplType &impl) | |
Construct a bool metric. | |
AnyBool & | operator= (bool value) |
Set the value of the bool metric. | |
operator bool () const | |
Get the value of the bool metric. | |
A wrapped to provide bool interface for a Prometheus metric.
|
inlineexplicit |
Construct a bool metric.
impl | The implementation of the metric |
|
inline |
Get the value of the bool metric.
|
inline |
Set the value of the bool metric.
value | The value to set |