mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869
This commit is contained in:
@@ -175,9 +175,9 @@ public:
|
|||||||
|
|
||||||
std::size_t read(T* pBuffer, std::size_t length)
|
std::size_t read(T* pBuffer, std::size_t length)
|
||||||
/// Copies the data currently in the FIFO
|
/// Copies the data currently in the FIFO
|
||||||
/// into the supplied buffer.
|
/// into the supplied buffer, which must be
|
||||||
/// Resizes the supplied buffer to the size of
|
/// preallocated to at least the length size
|
||||||
/// data written to it.
|
/// before calling this function.
|
||||||
///
|
///
|
||||||
/// Returns the reference to the buffer.
|
/// Returns the reference to the buffer.
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user