BulkDbt.removeFront

Removes howMany values at the front or back of the container.

  1. void removeFront()
  2. size_t removeFront(size_t howMany)
    struct BulkDbt
    size_t
    removeFront
    (
    size_t howMany
    )

Return Value

Type: size_t

The number of elements removed

Complexity: O(howMany * log(n)).

Meta