sparrow 0.3.0
|
#include <sparrow/details/3rdparty/large_integers/int128_t.hpp>
#include <sparrow/details/3rdparty/large_integers/int256_t.hpp>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
Typedefs | |
using | sparrow::int128_t = primesum::int128_t |
using | sparrow::int256_t = primesum::int256_t |
Functions | |
template<class T> requires (std::is_same_v<T, int128_t> || std::is_same_v<T, int256_t>) | |
std::ostream & | sparrow::operator<< (std::ostream &stream, T n) |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_int_placeholder_v = false |
constexpr bool | sparrow::large_int_placeholders = false |