MCPcopy Create free account
hub / github.com/USCiLab/cereal / GetSize

Function GetSize

include/cereal/external/rapidjson/stringbuffer.h:82–82  ·  view source on GitHub ↗

Get the size of string in bytes in the string buffer.

Source from the content-addressed store, hash-verified

80
81 //! Get the size of string in bytes in the string buffer.
82 size_t GetSize() const { return stack_.GetSize(); }
83
84 //! Get the length of string in Ch in the string buffer.
85 size_t GetLength() const { return stack_.GetSize() / sizeof(Ch); }

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.80

Tested by

no test coverage detected