ECSTASY
All in the name
Loading...
Searching...
No Matches
BitSet.hpp File Reference
#include <bit>
#include <cstddef>
#include <cstdint>
#include <ostream>
#include <vector>
#include <string_view>
Include dependency graph for BitSet.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  util::BitSet
 Mimics the API of std::bitset but with the dynamic properties of std::vector<bool> More...
 
class  util::BitSet::Reference
 

Namespaces

namespace  util
 Namespace regrouping helpers used by ecstasy but not specific to ecstasy.
 

Macros

#define BIT_SET_CONSTEXPR   constexpr
 

Functions

std::ostreamutil::operator<< (std::ostream &output, BitSet const &set)
 Prints the contents of set into output.
 

Detailed Description

Author
Yanis Guaye (yanis.nosp@m..gua.nosp@m.ye@ep.nosp@m.itec.nosp@m.h.eu)
Version
1.0.0
Date
2022-10-18

Definition in file BitSet.hpp.

Macro Definition Documentation

◆ BIT_SET_CONSTEXPR

#define BIT_SET_CONSTEXPR   constexpr

Definition at line 29 of file BitSet.hpp.