3#include <xrpl/beast/insight/MeterImpl.h>
42 impl_->increment(amount);
A metric for measuring an integral value.
void increment(value_type amount) const
Increment the meter.
Meter()=default
Create a null metric.
Meter const & operator++(int) const
Meter(std::shared_ptr< MeterImpl > impl)
Create the metric reference the specified implementation.
Meter const & operator+=(value_type amount) const
Meter const & operator++() const
std::shared_ptr< MeterImpl > const & impl() const
std::shared_ptr< MeterImpl > impl_
MeterImpl::value_type value_type