BloombergLP::bdls::FdStreamBuf_FileHandler::setWillCloseOnReset

Set willCloseOnReset (the flag determining whether this file handler will close the file descriptor on the next reset, clear, or destruction) to the specified booleanValue. If willCloseOnReset is true, the next reset, clear, or destruction will result in the file descriptor being closed, otherwise, it will remain open.

Synopsis

Declared in <bdls_fdstreambuf.h>

void
setWillCloseOnReset(bool booleanValue);