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
constexpr pika::concurrency::detail::
contiguous_index_queue::range
decrement_last() noexceptDeclared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:53
constexpr bool empty() noexcept
constexpr bool empty() noexceptDeclared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:58
constexpr pika::concurrency::detail::
contiguous_index_queue::range
increment_first() noexcept
constexpr pika::concurrency::detail::
contiguous_index_queue::range
increment_first() noexceptDeclared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:48
range()
range()Declared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:40
range(T first, T last) noexcept
range(T first, T last) noexceptDeclared at: libs/pika/concurrency/include/pika/concurrency/detail/contiguous_index_queue.hpp:42
Parameters
- T first
- T last