boost::redis::resp3::flat_tree::data_size
Returns the size of the data buffer, in bytes.
Description
You may use this function to calculate how much capacity should be reserved for data when calling reserve.
Return Value
The number of bytes in use in the data buffer.
Created with MrDocs