SDSL  3.0.0
Succinct Data Structure Library
uint256_t.hpp File Reference

uint256_t.hpp contains a class for 256-bit unsigned integers. More...

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

Go to the source code of this file.

Classes

class  sdsl::uint256_t
 

Namespaces

 sdsl
 Namespace for the succinct data structure library.
 

Functions

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

Detailed Description

uint256_t.hpp contains a class for 256-bit unsigned integers.

Author
Simon Gog

Definition in file uint256_t.hpp.