Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <bitset>
#include <cstddef>
#include <deque>
#include <limits>
#include <stdexcept>
#include <tuple>
Go to the source code of this file.
Classes | |
class | bitdeque< BlobSize > |
Class that mimics std::deque<bool>, but with std::vector<bool>'s bit packing. More... | |
class | bitdeque< BlobSize >::Iterator< Const > |
Iterator to a bitdeque element, const or not. More... | |