Create a basic_syncbuf object by moving the contents of the specified original object, using the specified allocator.
Synopsis
Declared in <bslstl_syncbuf.h>
basic_syncbuf(
basic_syncbuf&& original,
ALLOCATOR const& allocator);
Created with MrDocs