Return the mutex associated with the specified streambuf.
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.
address of the mutex associated with streambuf
| Name | Description |
|---|---|
| streambuf | stream buffer whose associated mutex is returned |