ZenLib
Classes | Namespaces | Typedefs | Functions
int128s.h File Reference
#include "ZenLib/Conf.h"

Go to the source code of this file.

Classes

class  ZenLib::int128
 

Namespaces

 ZenLib
 

Typedefs

typedef int128 ZenLib::int128s
 

Functions

bool ZenLib::operator< (const int128 &a, const int128 &b) noexcept
 
bool ZenLib::operator== (const int128 &a, const int128 &b) noexcept
 
bool ZenLib::operator|| (const int128 &a, const int128 &b) noexcept
 
bool ZenLib::operator&& (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator+ (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator- (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator* (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator/ (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator% (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator>> (const int128 &a, unsigned int n) noexcept
 
int128 ZenLib::operator<< (const int128 &a, unsigned int n) noexcept
 
int128 ZenLib::operator& (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator| (const int128 &a, const int128 &b) noexcept
 
int128 ZenLib::operator^ (const int128 &a, const int128 &b) noexcept
 
bool ZenLib::operator> (const int128 &a, const int128 &b) noexcept
 
bool ZenLib::operator<= (const int128 &a, const int128 &b) noexcept
 
bool ZenLib::operator>= (const int128 &a, const int128 &b) noexcept
 
bool ZenLib::operator!= (const int128 &a, const int128 &b) noexcept