SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/bitmagic.hpp File Reference

bitmagic.hpp contains the sdsl::bit_magic class. More...

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

Go to the source code of this file.

Classes

class  sdsl::bit_magic
 A helper class for bitwise tricks on 64 bit words. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

bitmagic.hpp contains the sdsl::bit_magic class.

Author:
Simon Gog