MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / pop

Method pop

base_code/template.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void pop()
85 {
86 if (empty()) return;
87 --_top;
88 }
89
90 T top() const
91 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected