| 
    Clingo
    
   | 
 
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... | |
Data structures and functions to represent arbitrary precision integers.
      
  | 
  strong |