cpp / keywords
72 entries at this level
- abbreche abort
- und and
- und_eq and_eq
- behaupte assert
- Selbst auto
- wahr bool
- wahr Bool
- wahr boolean
- wahr Boolean
- abbruch break
- fall case
- fange catch
- Zeichen char
- klasse class
- co_warten co_await
- co_zurückgeben co_return
- co_liefern co_yield
- Konstante const
- weiter continue
- standard default
- löschen delete
- tue do
- f64 double
- cast dynamic_cast
- andernfalls elif
- sonst else
- exportieren export
- falsch false
- float
- für for
- wenn if
- importieren import
- int
- ungültig invalid
- i64 long
- modul module
- Änderbar mutable
- Namensraum namespace
- instanziieren new
- nicht not
- nicht_eq not_eq
- leer nullptr
- oder or
- oder_eq or_eq
- privat private
- geschützt protected
- öffentlich public
- neu_interpretieren_cast reinterpret_cast
- erfordert requires
- zurück return
- i16 short
- vorzeichenbehaftet signed
- Größe size
- Statisch static
- statisch_behaupten static_assert
- statisch_cast static_cast
- struktur struct
- wähle switch
- thread_lokal thread_local
- werfe throw
- wahr true
- versuche try
- vorzeichenlos unsigned
- benutzend using
- gültig valid
- vec_schritt vec_step
- virtuell virtual
- nichts void
- flüchtig volatile
- solange while
- exklusiv-oder xor
- exklusiv_oder_eq xor_eq