Urdl C++ Library

PrevUpHomeNext
istreambuf::close

Closes the stream buffer.

istreambuf * close();

Return Value

this on success, a null pointer otherwise.

Remarks

If is_open() == false, returns a null pointer. Otherwise, closes the underlying transport's resources as required. If any of those operations fail, close fails by returning a null pointer.


PrevUpHomeNext