20 #include <ripple/protocol/Book.h>
65 return (lhs.
in == rhs.
in) && (lhs.
out == rhs.
out);
71 return (lhs.
in != rhs.
in) || (lhs.
out != rhs.
out);
bool operator>(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)
bool isConsistent(Book const &book)
bool operator>=(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)
std::ostream & operator<<(std::ostream &os, TOffer< TIn, TOut > const &offer)
bool operator==(Manifest const &lhs, Manifest const &rhs)
bool operator<=(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)
bool operator<(CanonicalTXSet::Key const &lhs, CanonicalTXSet::Key const &rhs)
int compare(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)
Book reversed(Book const &book)
bool operator!=(Manifest const &lhs, Manifest const &rhs)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::string to_string(Manifest const &m)
Format the specified manifest to a string for debugging purposes.