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

Method Bottom

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

Source from the content-addressed store, hash-verified

127
128 template<typename T>
129 T* Bottom() { return (T*)stack_; }
130
131 Allocator& GetAllocator() { return *allocator_; }
132 bool Empty() const { return stackTop_ == stack_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected