91 const T &
at(
size_t i)
const
132 v_ = std::move(other.v_);
135 other.max_items_ = 0;
136 other.head_ = other.tail_ = 0;
137 other.overrun_counter_ = 0;
size_t overrun_counter() const
circular_q & operator=(const circular_q &)=default
circular_q & operator=(circular_q &&other) SPDLOG_NOEXCEPT
circular_q(circular_q &&other) SPDLOG_NOEXCEPT
circular_q(size_t max_items)
std::vector< T >::size_type tail_
std::vector< T >::size_type head_
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
const T & at(size_t i) const
circular_q(const circular_q &)=default