![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <cyclic_buffer.h>
Additional Inherited Members | |
![]() | |
using | iterator = Iterator< Position > |
using | const_iterator = Iterator< Const_position, const CycleBuffer, Cconst_reference > |
![]() | |
CycleBuffer () | |
std::array< Type, buffer_size > & | container () |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
void | push_back (V &&v) |
uint32_t | size () const |
bool | empty () const |
value_type & | front () |
value_type & | back () |
void | pop_front () |
void | pop_back () |