Clingo
Loading...
Searching...
No Matches

Data structures and functions to represent arbitrary precision integers. More...

Classes

class  CppClingo::Number
 An arbitrary precision integer. More...
 

Typedefs

using CppClingo::NumberSpan = std::span< Number const >
 A span of numbers.
 

Enumerations

enum class  CppClingo::Base : uint8_t { Base::dec = 10 , Base::hex = 16 , Base::oct = 8 , Base::bin = 2 }
 The base of a number. More...
 

Detailed Description

Data structures and functions to represent arbitrary precision integers.

Enumeration Type Documentation

◆ Base

enum class CppClingo::Base : uint8_t
strong

The base of a number.

Enumerator
dec 

Decimal base.

hex 

Hexadecimal base.

oct 

Octal base.

bin 

Binary base.