MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / empty

Method empty

lib/include/basic_queue_t.hpp:149–153  ·  view source on GitHub ↗

<!-- description --> @brief Returns true if the queue is empty. Returns false otherwise. <!-- inputs/outputs --> @return Returns true if the queue is empty. Returns false otherwise.

Source from the content-addressed store, hash-verified

147 /// otherwise.
148 ///
149 [[nodiscard]] constexpr auto
150 empty() const noexcept -> bool
151 {
152 return m_head == m_tail;
153 }
154
155 /// <!-- description -->
156 /// @brief Returns true if the queue is empty. Returns false

Callers 1

popMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected