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.
Observed surface forms (2)
| Surface form | Occurrences |
|---|---|
| run-time library | 1 |
| runtime library | 1 |
Instances (3)
| Instance | Via concept surface |
|---|---|
| HIP | — |
| compiler-rt | runtime library |
| RTL (Run-Time Library) | run-time library |