Updated on 2022-03-13 GMT+08:00

GetSize

Function Prototype

std::size_t GetSize() const;

Function Description

Obtains the size of the buffered data.

Parameter Description

None

Return Value

Parameter

Type

Description

-

size_t

Size of the buffered data

Exception Handling

Exception

Description

Empty buffer

Returns data size 0.

Restriction

None