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

Method Push

include/sonic/writebuffer.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 */
69 template <typename T>
70 sonic_force_inline void Push(T v) {
71 stack_.template Push<T>(v);
72 }
73
74 /**
75 * @brief Push a string into the buffer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected