How to get the size of the buffer in std::ofstream?

174 Views Asked by At

The default size of the buffer is typically 8192 bytes, but this is implementation-dependent. How can I get the actual value of the current buffer size from an std::ofstream object?

0

There are 0 best solutions below