MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / Pop

Method Pop

include/sonic/internal/stack.h:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 */
137 template <typename T>
138 sonic_force_inline void Pop(size_t n) {
139 top_ -= n * sizeof(T);
140 return;
141 }
142
143 /**
144 * @brief Increase the capacity of buffer if cnt is greater than the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected