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

Method Pop

include/sonic/writebuffer.h:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 */
119 template <typename T>
120 sonic_force_inline void Pop(size_t n) {
121 return stack_.template Pop<T>(n);
122 }
123
124 /**
125 * @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