C++ runtime
C30690
concept
The C++ runtime is the collection of libraries, startup code, and support routines that provide essential services (such as object initialization, exception handling, and standard library functionality) required for executing compiled C++ programs.
All labels observed (3)
| Label | Occurrences |
|---|---|
| C++ runtime canonical | 1 |
| run-time library | 1 |
| runtime 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++ runtime
Generated description
The C++ runtime is the collection of libraries, startup code, and support routines that provide essential services (such as object initialization, exception handling, and standard library functionality) required for executing compiled C++ programs.
Instances (3)
| Instance | Via concept surface |
|---|---|
| HIP | — |
| compiler-rt | runtime library |
| RTL (Run-Time Library) | run-time library |