SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
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. |
bitmagic.hpp contains the sdsl::bit_magic class.