SDSL 3.0.1
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

namespace  sdsl
 Namespace for the succinct data structure library.
 

Typedefs

using sdsl::bits = bits_impl<>
 

Detailed Description

bits.hpp contains the sdsl::bits class.

Author
Simon Gog

Definition in file bits.hpp.