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

Method isEmpty

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

Source from the content-addressed store, hash-verified

92
93template <typename T>
94bool Stack<T>::isEmpty() const { return m_head == nullptr; }
95
96// noexcept swap member function
97template <typename T>

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected