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

Function GetLength

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

Get the length of string in Ch in the string buffer.

Source from the content-addressed store, hash-verified

83
84 //! Get the length of string in Ch in the string buffer.
85 size_t GetLength() const { return stack_.GetSize() / sizeof(Ch); }
86
87 static const size_t kDefaultCapacity = 256;
88 mutable internal::Stack<Allocator> stack_;

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.80

Tested by

no test coverage detected