#include <int128_compatibility.hpp>
|
std::uint64_t | low |
|
std::uint64_t | high |
|
Definition at line 52 of file int128_compatibility.hpp.
◆ operator!=()
constexpr bool jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::operator!= |
( |
std::uint64_t |
rhs | ) |
const |
|
inlineconstexprnoexcept |
◆ operator&=()
constexpr uint128_t& jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::operator&= |
( |
uint128_t const & |
rhs | ) |
|
|
inlineconstexprnoexcept |
◆ operator<()
constexpr bool jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::operator< |
( |
uint128_t const & |
rhs | ) |
const |
|
inlineconstexprnoexcept |
◆ operator==()
constexpr bool jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::operator== |
( |
std::uint64_t |
rhs | ) |
const |
|
inlineconstexprnoexcept |
◆ operator>>()
constexpr uint128_t jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::operator>> |
( |
std::size_t const |
shift | ) |
const |
|
inlineconstexprnoexcept |
◆ operator~()
constexpr uint128_t& jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::operator~ |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ high
std::uint64_t jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::high |
◆ low
std::uint64_t jmmcg::LIBJMMCG_VER_NAMESPACE::uint128_t::low |
The documentation for this struct was generated from the following file: