mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Port DeferredCredits test to jtx and views
This commit is contained in:
@@ -312,6 +312,12 @@ public:
|
||||
value.push_back (e);
|
||||
}
|
||||
|
||||
template <typename... Args>
|
||||
void emplace_back (Args&&... args)
|
||||
{
|
||||
value.emplace_back (std::forward<Args> (args)...);
|
||||
}
|
||||
|
||||
private:
|
||||
std::vector<STPath> value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user