We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a10207 commit 4018768Copy full SHA for 4018768
include/osmium/memory/buffer.hpp
@@ -343,8 +343,8 @@ namespace osmium {
343
}
344
345
/**
346
- * Returns the number of bytes currently filled in this buffer that
347
- * are not yet committed.
+ * Returns the number of bytes currently filled in this buffer.
+ * This includes committed and not yet committed bytes.
348
* Always returns 0 on invalid buffers.
349
*/
350
std::size_t written() const noexcept {
0 commit comments