struct contiguous_index_queue::range

Declaration

struct contiguous_index_queue::range { /* full declaration omitted */ };

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:35

Member Variables

public T first = 0
public T last = 0

Method Overview

  • public constexpr pika::concurrency::detail::contiguous_index_queue::range decrement_last() noexcept
  • public constexpr bool empty() noexcept
  • public constexpr pika::concurrency::detail::contiguous_index_queue::range increment_first() noexcept
  • public range()
  • public range(T first, T last) noexcept

Methods

constexpr pika::concurrency::detail::
    contiguous_index_queue::range
    decrement_last() noexcept

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:53

constexpr bool empty() noexcept

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:58

constexpr pika::concurrency::detail::
    contiguous_index_queue::range
    increment_first() noexcept

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:48

range()

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:40

range(T first, T last) noexcept

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:42

Parameters

T first
T last