Function SimplePipe.release

Release the given number of elements from the front of the window. After calling this, make sure to update any tracking indexes for the window that you are maintaining.

void release (
  size_t elements
);

Parameters

NameDescription
elements The number of elements to release.