mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add operator!= to STPathElement
This commit is contained in:
@@ -165,6 +165,12 @@ public:
|
||||
mIssuerID == t.mIssuerID;
|
||||
}
|
||||
|
||||
bool
|
||||
operator!= (const STPathElement& t) const
|
||||
{
|
||||
return !operator==(t);
|
||||
}
|
||||
|
||||
private:
|
||||
unsigned int mType;
|
||||
AccountID mAccountID;
|
||||
|
||||
Reference in New Issue
Block a user