[#bsl-SyncBuf_MutexUtil-get] = xref:bsl.adoc[bsl]::xref:bsl/SyncBuf_MutexUtil.adoc[SyncBuf_MutexUtil]::get :relfileprefix: ../../ :mrdocs: Return the mutex associated with the specified `streambuf`. == Synopsis Declared in `<bslstl_syncbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:bsl/SyncBuf_Mutex.adoc[SyncBuf_Mutex]* get(void* streambuf) noexcept; ---- == Description 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. == Return Value address of the mutex associated with `streambuf` == Parameters [cols="1,4"] |=== | Name| Description | *streambuf* | stream buffer whose associated mutex is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#