MCPcopy Create free account
hub / github.com/Tencent/rapidjson / GetCapacity

Method GetCapacity

include/rapidjson/internal/stack.h:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 bool Empty() const { return stackTop_ == stack_; }
176 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); }
177 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
178
179private:
180 template<typename T>

Callers 1

GetStackCapacityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected