MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / isEmpty

Method isEmpty

Examples/NoModules/Chapter 17/Ex17_04/Stack.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97template <typename T>
98bool Stack<T>::isEmpty() const { return m_head == nullptr; }
99
100// noexcept swap member function
101template <typename T>

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected