openMSX
Classes | Functions
uint128.hh File Reference
#include "narrow.hh"
#include <cstdint>
#include <tuple>
#include <utility>
Include dependency graph for uint128.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uint128
 Unsigned 128-bit integer type. More...
 

Functions

constexpr bool operator&& (const uint128 &a, const uint128 &b)
 
constexpr bool operator|| (const uint128 &a, const uint128 &b)
 

Function Documentation

◆ operator&&()

constexpr bool operator&& ( const uint128 a,
const uint128 b 
)
constexpr

Definition at line 235 of file uint128.hh.

◆ operator||()

constexpr bool operator|| ( const uint128 a,
const uint128 b 
)
constexpr

Definition at line 239 of file uint128.hh.