Create a basic_syncbuf by moving from original.

Synopsis

Declared in <bslstl_syncbuf.h>

basic_syncbuf(
    basic_syncbuf&& original,
    ALLOCATOR const& allocator);

Description

Create a basic_syncbuf object by moving the contents of the specified original object, using the specified allocator.

Parameters

Name

Description

original

object from which to move‐construct

allocator

allocator used to supply memory

Created with MrDocs