1
0
Fork 0
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:
attila 2025-01-27 16:36:46 +01:00 committed by Attila Szarvas
parent fab1de34ab
commit ad43702e88

View file

@ -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())