BDE 4.14.0 Production release
|
#include <bslstl_syncbuf.h>
Static Public Member Functions | |
static SyncBuf_Mutex * | get (void *streambuf) BSLS_KEYWORD_NOEXCEPT |
|
static |
Return address of a mutex associated the specified streambuf
object (address). The behavior is undefined unless streambuf
is not null and points to basic_streambuf<...>
object.