SDSL  3.0.0
Succinct Data Structure Library
bits.hpp File Reference

bits.hpp contains the sdsl::bits class. More...

#include <cassert>
#include <iostream>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  sdsl::bits_impl< T >
 A helper class for bitwise tricks on 64 bit words. More...
 

Namespaces

 sdsl
 Namespace for the succinct data structure library.
 

Macros

#define SDSL_CONSTEXPR
 

Typedefs

using sdsl::bits = bits_impl<>
 

Detailed Description

bits.hpp contains the sdsl::bits class.

Author
Simon Gog

Definition in file bits.hpp.

Macro Definition Documentation

◆ SDSL_CONSTEXPR

#define SDSL_CONSTEXPR

Definition at line 32 of file bits.hpp.