Nvwa
1.1
|
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 <algorithm>
Go to the source code of this file.
Classes | |
class | nvwa::fc_queue< _Tp, _Alloc > |
Class to represent a fixed-capacity queue. More... | |
Namespaces | |
nvwa | |
Namespace of the nvwa project. | |
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. More... | |
Definition of a fixed-capacity queue.