Definition of a fixed-capacity queue. More...
#include <assert.h>#include <stddef.h>#include <memory>#include <new>#include "_nvwa.h"#include "c++11.h"#include "type_traits.h"#include <utility>
Go to the source code of this file.
Classes | |
| class | nvwa::fc_queue< _Tp, _Alloc > |
| Class to represent a fixed-capacity queue. More... | |
Namespaces | |
| namespace | nvwa |
Functions | |
| template<class _Tp , class _Alloc > | |
| void | nvwa::swap (fc_queue< _Tp, _Alloc > &lhs, fc_queue< _Tp, _Alloc > &rhs) |
| Exchanges the elements of two queues. | |
Definition of a fixed-capacity queue.
1.6.2