You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to know how many bytes are required for a given call to serialize, without supplying a std::vector that will grow to fit? If one knows how many bytes are required then one can supply ones own buffer allocated by independent means.
The text was updated successfully, but these errors were encountered:
Is there any way to know how many bytes are required for a given call to serialize, without supplying a std::vector that will grow to fit? If one knows how many bytes are required then one can supply ones own buffer allocated by independent means.
The text was updated successfully, but these errors were encountered: