#include <uint256_t.hpp>
Definition at line 21 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 |
( |
uint256_t const & | 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!= |
( |
uint256_t const & | x | ) |
const |
|
inline |
◆ operator&()
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator<()
bool sdsl::uint256_t::operator< |
( |
uint256_t const & | x | ) |
const |
|
inline |
◆ operator<<()
uint256_t sdsl::uint256_t::operator<< |
( |
int | x | ) |
const |
|
inline |
◆ operator<=()
bool sdsl::uint256_t::operator<= |
( |
uint256_t const & | x | ) |
const |
|
inline |
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
uint256_t & sdsl::uint256_t::operator= |
( |
uint64_t const & | x | ) |
|
|
inline |
◆ operator==()
bool sdsl::uint256_t::operator== |
( |
uint256_t const & | x | ) |
const |
|
inline |
◆ operator>() [1/2]
bool sdsl::uint256_t::operator> |
( |
uint256_t const & | x | ) |
const |
|
inline |
◆ operator>() [2/2]
bool sdsl::uint256_t::operator> |
( |
uint64_t const & | x | ) |
const |
|
inline |
◆ operator>=()
bool sdsl::uint256_t::operator>= |
( |
uint256_t const & | 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, |
|
|
uint256_t const & | x ) |
|
friend |
The documentation for this class was generated from the following file: