1#ifndef XRPL_RESOURCE_CHARGE_H_INCLUDED 
    2#define XRPL_RESOURCE_CHARGE_H_INCLUDED 
int value_type
The type used to hold a consumption charge.
 
Charge operator*(value_type m) const
 
std::string to_string() const
Converts this charge into a human readable string.
 
bool operator==(Charge const &) const
 
value_type cost() const
Return the cost of the charge in Resource::Manager units.
 
std::strong_ordering operator<=>(Charge const &) const
 
std::string const & label() const
Return the human readable label associated with the charge.
 
std::ostream & operator<<(std::ostream &os, Charge const &v)
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.