bsl::Deque_Util::move

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

Synopsis

Declared in <bslstl_deque.h>

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