Brick Library 0.1
Performance-portable stencil datalayout & codegen
Loading...
Searching...
No Matches
Classes | Typedefs
bitset.h File Reference

Set using bitfield. More...

#include <initializer_list>
#include <ostream>
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

struct  BitSet
 Set using bitfield. More...
 

Typedefs

typedef struct BitSet BitSet
 Set using bitfield.
 

Detailed Description

Set using bitfield.

Typedef Documentation

◆ BitSet

typedef struct BitSet BitSet

Set using bitfield.

Numbers are translated into elements and then stored in the bitfield. Can only held numbers in \([-32,31]\).