mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Convert all of an asset (RIPD-655)
This commit is contained in:
committed by
Scott Schurr
parent
1842878c40
commit
3d777f3f5d
@@ -318,6 +318,12 @@ public:
|
||||
return value[n];
|
||||
}
|
||||
|
||||
std::vector<STPath>::reference
|
||||
operator[] (std::vector<STPath>::size_type n)
|
||||
{
|
||||
return value[n];
|
||||
}
|
||||
|
||||
std::vector<STPath>::const_iterator
|
||||
begin () const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user