|
template<typename T, size_t N, bool C, bool Overwrite> |
bool | qb::detail::operator== (ring_buffer_iterator< T, N, C, Overwrite > const &l, ring_buffer_iterator< T, N, C, Overwrite > const &r) noexcept |
| Equality comparison operator for ring buffer iterators.
|
template<typename T, size_t N, bool C, bool Overwrite> |
bool | qb::detail::operator!= (ring_buffer_iterator< T, N, C, Overwrite > const &l, ring_buffer_iterator< T, N, C, Overwrite > const &r) noexcept |
| Inequality comparison operator for ring buffer iterators.
|
Ring buffer implementation.
This file provides a fixed-size circular buffer implementation that offers efficient FIFO operations. The ring buffer supports both fixed-size and dynamic-size configurations, and provides thread-safe operations.
- Author
- qb - C++ Actor Framework
- Copyright
- Copyright (c) 2011-2025 qb - isndev (cpp.actor) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.