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

Method size

lib/include/basic_queue_t.hpp:180–185  ·  view source on GitHub ↗

<!-- description --> @brief Returns the number of elements in the queue <!-- inputs/outputs --> @return Returns the number of elements in the queue

Source from the content-addressed store, hash-verified

178 /// @return Returns the number of elements in the queue
179 ///
180 [[nodiscard]] static constexpr auto
181 size() noexcept -> size_type
182 {
183 // ensures(N.is_valid_and_checked());
184 return size_type{N};
185 }
186 };
187}
188

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected