API Reference
Types
Functions
Character Conversion
| Function | Description |
|---|---|
Converts a safe integer to a character string |
|
Parses a character string into a safe integer |
Arithmetic
| Function | Description |
|---|---|
|
Saturating arithmetic (clamp to min/max on overflow) |
|
Overflowing arithmetic (wrap and return overflow flag) |
|
Checked arithmetic (return |
|
Wrapping arithmetic (wrap silently) |
Strict arithmetic (call |
|
Generic policy-parameterized arithmetic (takes |
Headers
| Header | Contents |
|---|---|
|
All unsigned safe integer types ( |
|
The |
|
User-defined literal suffixes ( |
|
Stream I/O operators ( |
|
Character conversion functions ( |
|
Convenience header including all library components |