Create a basic_syncbuf object without a wrapped buffer. Optionally specify an allocator used to supply memory.
Synopsis
Declared in <bslstl_syncbuf.h>
explicit
basic_syncbuf(ALLOCATOR const& allocator = ALLOCATOR());
Parameters
Name |
Description |
allocator |
allocator used to supply memory |
Created with MrDocs