MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / ~SeqStack

Method ~SeqStack

base_code/template.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 {}
45
46 ~SeqStack() {
47 delete []_pstack;
48 _pstack = nullptr;
49 }
50
51 SeqStack(const SeqStack<T> &stack)
52 : _top(stack._top)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected