Boost.int128

    • Int128: Portable and Performant 128-bit integers
    • Examples
      • Basic Construction
      • Basic Arithmetic
      • IO Streaming
      • <bit> support
      • <numeric> support
      • Mixed Signedness Arithmetic
      • Boost Math and Random Integration
      • Boost.Charconv Integration
    • API Reference
      • Namespaces
      • Types
      • Literals
      • Structs
      • Functions
        • <bit>
        • <cstdlib>
        • <charconv>
        • <cmath>
        • <iostream>
        • <ios>
        • <numeric>
      • Macros
        • Literals
        • Configuration
    • uint128_t
      • Alignment
      • Operator Behavior
      • Constructors
      • Conversion Operators
      • Comparison Operators
      • Bitwise Operators
      • Mathematical Operators
    • int128_t
      • Alignment
      • Operator Behavior
      • Constructors
      • Conversion Operators
      • Comparison Operators
      • Bitwise Operators
      • Mathematical Operators
    • Mixed Type Operations
    • Literals
    • <bit>
    • <cstdlib>
    • <charconv>
    • <iostream>
    • <numeric>
    • Benchmarks
      • uint128_t Benchmarks
        • Linux
        • Windows
        • macOS
      • int128_t Benchmarks
        • Linux
        • Windows
        • macOS
    • References
    • Copyright and License
  • Copyright and License
arrow_back arrow_upward

Copyright and License

This documentation is copyright 2025 Matt Borland, and is distributed under the Boost Software License, Version 1.0.

Edit this Page