Skip to content

Primitive types

The primitive types are

  • bool
  • int
  • float32
  • float
  • int8_t
  • int16_t
  • int32_t
  • int64_t
  • unt8_t
  • unt16_t
  • unt32_t
  • unt64_t

As mentioned elsewhere, primitive types when used as a function parameter or class data member are always pass-by-value.