|
Dynamical System Framework
|
Public Types | |
| typedef Container::iterator | iterator |
| typedef Container::const_iterator | const_iterator |
Public Member Functions | |
| queue (queue &&) noexcept=default | |
| queue & | operator= (queue &&) noexcept=default |
| queue (const queue &)=delete | |
| queue & | operator= (const queue &)=delete |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| T & | operator[] (size_t i) |
| const T & | operator[] (size_t i) const |
| auto | extract_front () |
| Extract the front element from the queue and remove it from the queue. | |
|
inline |
Extract the front element from the queue and remove it from the queue.