bsl::Deque_BlockCreator::insertAtFront

Allocate n blocks at the front of the block array.

Synopsis

Declared in <bslstl_deque.h>

void
insertAtFront(size_type n);

Description

Allocate the specified n blocks at the front of the block array. This method invalidates all iterators except d_deque_p->d_start and d_deque_p->d_finish.

Parameters

NameDescription
nnumber of blocks to allocate at the front