ADUL
Collection of reusable C++ utilities
Loading...
Searching...
No Matches
bitVector.hpp File Reference
#include <cstdint>
#include <vector>
Include dependency graph for bitVector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adul::atm::BitVector< ChunkT >
 Vector of chunks, where in which chunk you can edit every bit. More...
 

Namespaces

namespace  adul
 project api's namespace
 
namespace  adul::atm
 ADUL template module.
 

Functions

template<typename ChunkT >
void swap (adul::atm::BitVector< ChunkT > &first, adul::atm::BitVector< ChunkT > &second) noexcept
 

Function Documentation

◆ swap()

template<typename ChunkT >
void swap ( adul::atm::BitVector< ChunkT > & first,
adul::atm::BitVector< ChunkT > & second )
noexcept