SDSL  3.0.0
Succinct Data Structure Library
uint128_t.hpp File Reference

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

#include <iostream>
#include <sdsl/bits.hpp>

Go to the source code of this file.

Classes

class  sdsl::uint128_t
 

Namespaces

 sdsl
 Namespace for the succinct data structure library.
 

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

Definition in file uint128_t.hpp.