MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetCapacity

Method GetCapacity

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

Source from the content-addressed store, hash-verified

132 bool Empty() const { return stackTop_ == stack_; }
133 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); }
134 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
135
136private:
137 template<typename T>

Callers 1

GetStackCapacityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected