C++ ABI

C30693
concept

The C++ ABI (Application Binary Interface) defines the low-level binary conventions—such as name mangling, object layout, calling conventions, and exception handling—that allow separately compiled C++ code and libraries to interoperate at the machine-code level.

All labels observed (2)

Label Occurrences
C++ ABI canonical 2
C++ ABI support library 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: C++ ABI
Generated description
The C++ ABI (Application Binary Interface) defines the low-level binary conventions—such as name mangling, object layout, calling conventions, and exception handling—that allow separately compiled C++ code and libraries to interoperate at the machine-code level.

Instances (3)

Instance Via concept surface
Itanium C++ ABI
Microsoft C++ ABI
libc++abi C++ ABI support library