#include <uint256_t.hpp>
Definition at line 19 of file uint256_t.hpp.
◆ uint256_t() [1/3]
sdsl::uint256_t::uint256_t |
( |
uint64_t |
lo = 0 , |
|
|
uint64_t |
mid = 0 , |
|
|
uint128_t |
high = 0 |
|
) |
| |
|
inline |
◆ uint256_t() [2/3]
sdsl::uint256_t::uint256_t |
( |
const uint256_t & |
x | ) |
|
|
inline |
◆ uint256_t() [3/3]
◆ hi()
uint16_t sdsl::uint256_t::hi |
( |
| ) |
|
|
inline |
◆ operator uint64_t()
sdsl::uint256_t::operator uint64_t |
( |
| ) |
|
|
inline |
◆ operator!=()
bool sdsl::uint256_t::operator!= |
( |
const uint256_t & |
x | ) |
const |
|
inline |
◆ operator&()
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator<()
bool sdsl::uint256_t::operator< |
( |
const uint256_t & |
x | ) |
const |
|
inline |
◆ operator<<()
uint256_t sdsl::uint256_t::operator<< |
( |
int |
x | ) |
const |
|
inline |
◆ operator<=()
bool sdsl::uint256_t::operator<= |
( |
const uint256_t & |
x | ) |
const |
|
inline |
◆ operator=() [1/3]
◆ operator=() [2/3]
uint256_t & sdsl::uint256_t::operator= |
( |
const uint64_t & |
x | ) |
|
|
inline |
◆ operator=() [3/3]
◆ operator==()
bool sdsl::uint256_t::operator== |
( |
const uint256_t & |
x | ) |
const |
|
inline |
◆ operator>() [1/2]
bool sdsl::uint256_t::operator> |
( |
const uint256_t & |
x | ) |
const |
|
inline |
◆ operator>() [2/2]
bool sdsl::uint256_t::operator> |
( |
const uint64_t & |
x | ) |
const |
|
inline |
◆ operator>=()
bool sdsl::uint256_t::operator>= |
( |
const uint256_t & |
x | ) |
const |
|
inline |
◆ operator>>()
uint256_t sdsl::uint256_t::operator>> |
( |
int |
x | ) |
const |
|
inline |
◆ operator|()
◆ operator|=()
◆ popcount()
uint16_t sdsl::uint256_t::popcount |
( |
| ) |
|
|
inline |
◆ select()
uint16_t sdsl::uint256_t::select |
( |
uint32_t |
i | ) |
|
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const uint256_t & |
x |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: