MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / max_size

Method max_size

3rd/MPMCQueue/include/MPMCQueue.hpp:120–122  ·  view source on GitHub ↗

* @brief Get the capacity of the queue * * @return constexpr size_t The maximum number of elements */

Source from the content-addressed store, hash-verified

118 * @return constexpr size_t The maximum number of elements
119 */
120 [[nodiscard]] static constexpr auto max_size() noexcept -> size_t {
121 return Capacity;
122 }
123
124 /**
125 * @brief Get an approximate size of the queue

Callers 4

backtraceFunction · 0.80
backtraceFunction · 0.80
EnqueueMethod · 0.80
GetSerialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected