mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add detail::RangedValues::shift
This commit is contained in:
parent
fab1de34ab
commit
ad43702e88
1 changed files with 5 additions and 0 deletions
|
|
@ -653,6 +653,11 @@ public:
|
|||
values.clear();
|
||||
}
|
||||
|
||||
Ranges::Operations shift (int64 from, int64 amount)
|
||||
{
|
||||
return ranges.shift (from, amount);
|
||||
}
|
||||
|
||||
Ranges::Operations eraseFrom (int64 i)
|
||||
{
|
||||
if (ranges.isEmpty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue