MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / empty

Method empty

include/libfork/core/impl/stack.hpp:111–111  ·  view source on GitHub ↗

* @brief Check if stacklet's stack is empty. */

Source from the content-addressed store, hash-verified

109 * @brief Check if stacklet's stack is empty.
110 */
111 [[nodiscard]] auto empty() const noexcept -> bool { return m_sp == m_lo; }
112 /**
113 * @brief Check is this stacklet is the top of a stack.
114 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected