...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Return true
if serialization
is complete.
bool is_done() const;
The operation is complete when all octets corresponding to the serialized representation of the message have been successfully retrieved.