boost::redis::resp3::flat_tree::get_total_msgs

Returns the number of complete RESP3 messages contained in this object.

Synopsis

std::size_t
get_total_msgs() const noexcept;

Description

This value is equal to the number of nodes in the tree with a depth of zero.

Exception safety

No‐throw guarantee.

Return Value

The number of complete RESP3 messages contained in this object.

Created with MrDocs