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

Method Bottom

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

Source from the content-addressed store, hash-verified

160
161 template<typename T>
162 T* Bottom() { return reinterpret_cast<T*>(stack_); }
163
164 template<typename T>
165 const T* Bottom() const { return reinterpret_cast<T*>(stack_); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected