MCPcopy Create free account
hub / github.com/audeering/opensmile / GetCapacity

Method GetCapacity

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

Source from the content-addressed store, hash-verified

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

Callers 1

GetStackCapacityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected