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

uint128_t.hpp contains contains the definition of a 128-bit unsigned integer type. More...

#include <iostream>
#include "bitmagic.hpp"

Go to the source code of this file.

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Typedefs

typedef unsigned int uint128_t sdsl::__attribute__ ((mode(TI)))

Functions

std::ostream & sdsl::operator<< (std::ostream &os, const uint128_t &x)

Detailed Description

uint128_t.hpp contains contains the definition of a 128-bit unsigned integer type.

Author:
Simon Gog, Matthias Petri