push_front overloads

Synopses

Declared in <bslstl_deque.h>

Prepend a move‐inserted value to the front of this deque.

Prepend a copy of value to the front of this deque.

void
push_front(VALUE_TYPE const& value);

Parameters

Name

Description

value

move‐insertable value to prepend

Created with MrDocs