sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
primesum Namespace Reference

Namespaces

namespace  prt
 Portable namespace, includes functions which (unlike the versions form the C++ standard library) work with the int128_t and uint128_t types (2014).
 

Classes

class  int256_t
 

Functions

std::string to_string (const uint128_t &n)
 
std::string to_string (const int128_t &n)
 
std::ostream & operator<< (std::ostream &stream, int256_t n)
 
std::string to_string (const int256_t &n)
 

Function Documentation

◆ operator<<()

std::ostream & primesum::operator<< ( std::ostream & stream,
int256_t n )
inline

Definition at line 625 of file int256_t.hpp.

◆ to_string() [1/3]

std::string primesum::to_string ( const int128_t & n)
inline

Definition at line 86 of file int128_t.hpp.

◆ to_string() [2/3]

std::string primesum::to_string ( const int256_t & n)
inline

Definition at line 656 of file int256_t.hpp.

◆ to_string() [3/3]

std::string primesum::to_string ( const uint128_t & n)
inline

Definition at line 79 of file int128_t.hpp.