[#bsl-SyncBuf_MutexUtil] = xref:bsl.adoc[bsl]::SyncBuf_MutexUtil :relfileprefix: ../ :mrdocs: Internal mutex‐related utils. == Synopsis Declared in `<bslstl_syncbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SyncBuf_MutexUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:bsl/SyncBuf_MutexUtil/get.adoc[`get`] | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#