MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / num_blocks

Method num_blocks

include/exec/detail/bwos_lifo_queue.hpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302 template <class Tp, class Allocator>
303 auto lifo_queue<Tp, Allocator>::num_blocks() const noexcept -> std::size_t
304 {
305 return blocks_.size();
306 }
307
308 template <class Tp, class Allocator>
309 auto lifo_queue<Tp, Allocator>::increase_block_counter(std::size_t counter) const noexcept

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected