Header file for class bool_array (packed boolean array). More...
#include <assert.h>
#include <stdlib.h>
#include <new>
#include <stdexcept>
#include <string>
#include "_nvwa.h"
#include "c++11.h"
Go to the source code of this file.
Classes | |
class | nvwa::bool_array |
Class to represent a packed boolean array. More... | |
class | nvwa::bool_array::_Element< _Byte_type > |
Class to represent a reference to an array element. | |
Namespaces | |
namespace | nvwa |
Functions | |
void | nvwa::swap (bool_array &lhs, bool_array &rhs) noexcept |
Exchanges the content of two bool_arrays. |
Header file for class bool_array (packed boolean array).