Create an empty deque using basicAllocator.

Synopsis

Declared in <bslstl_deque.h>

explicit
deque(ALLOCATOR const& basicAllocator);

Description

Same as the related overload above for deque.

Parameters

Name

Description

basicAllocator

allocator used to supply memory

Created with MrDocs