Move the raw deque at src into dst and reset src.

Synopsis

Declared in <bslstl_deque.h>

static
void
move(
    void* dst,
    void* src);

Description

Assign the value of the specified dst deque to that of the specified src deque, and reset the src deque to a raw state.

Parameters

Name

Description

dst

address of the destination raw deque

src

address of the source raw deque

Created with MrDocs