bsl::Deque_Util::move

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

NameDescription
dstaddress of the destination raw deque
srcaddress of the source raw deque