Skip to content

Type Aliases

B

  • typedef b8 Short names for common types

C

  • typedef cbool_t Compile-time boolean constant
  • typedef cbools_t Compile-time list of boolean values
  • typedef cchars_t Compile-time list of char values
  • typedef cfalse_t Compile-time false value type
  • typedef cfilter_t Filters a cvals_t list, keeping only elements whose corresponding flag is
  • typedef cint_t Compile-time int constant
  • typedef cints_t Compile-time list of int values
  • typedef concat_lists Concatenates two or more cvals_t or ctypes_t lists into a single list
  • typedef container_value_type
  • typedef csize_t Compile-time size_t constant
  • typedef csizes_t Compile-time list of size_t values
  • typedef csizeseq_t Compile-time sequence of size_t values
  • typedef ctrue_t Compile-time true value type
  • typedef cuint_t Compile-time unsigned constant
  • typedef cuints_t Compile-time list of unsigned values
  • typedef cvalseq_t Compile-time arithmetic sequence of size values starting at start with step step .

D

  • typedef deep_subtype The deepest scalar subtype of a (possibly nested) compound type

E

  • typedef elements_t Compile-time list of element indices (size_t values)

F

I

M

  • typedef map_indices_t Alias for the csizes_t produced by map_indices_impl<size, Fn...> .

O

P

R

S

  • typedef subtype The immediate subtype of a compound type

T

  • typedef type_of Extracts the wrapped type from a ctype_t-like wrapper

U

V

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.