BulkDbt.removeFront

Removes the value at the front of the container.

Precondition: !empty

Complexity: O(1).

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

Meta