FE 0.13.1
Header-only C++ frontend library
Loading...
Searching...
No Matches
bitset.h File Reference
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <algorithm>
#include <bit>
#include <initializer_list>
#include <iostream>
#include <iterator>
#include <ostream>
#include <ranges>
#include <utility>
#include "fe/algo.h"
#include "fe/hash.h"
Include dependency graph for bitset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Bitset
 A dynamically growing set of bits with small storage optimization. More...
class  fe::Bitset::reference
 Proxy that Bitset::operator[] hands out to read/write the bit it refers to. More...
class  fe::Bitset::iterator
 Iterates over the indices of all set bits in ascending order. More...
struct  fe::Bitset::Hash

Namespaces

namespace  fe