Type Aliases¶
B¶
typedefb8 Short names for common types
C¶
typedefcbool_t Compile-time boolean constanttypedefcbools_t Compile-time list of boolean valuestypedefcchars_t Compile-time list of char valuestypedefcfalse_t Compile-time false value typetypedefcfilter_t Filters a cvals_t list, keeping only elements whose corresponding flag istypedefcint_t Compile-time int constanttypedefcints_t Compile-time list of int valuestypedefconcat_lists Concatenates two or more cvals_t or ctypes_t lists into a single listtypedefcontainer_value_typetypedefcsize_t Compile-time size_t constanttypedefcsizes_t Compile-time list of size_t valuestypedefcsizeseq_t Compile-time sequence of size_t valuestypedefctrue_t Compile-time true value typetypedefcuint_t Compile-time unsigned constanttypedefcuints_t Compile-time list of unsigned valuestypedefcvalseq_t Compile-time arithmetic sequence ofsizevalues starting atstartwith stepstep.
D¶
typedefdeep_subtype The deepest scalar subtype of a (possibly nested) compound type
E¶
typedefelements_t Compile-time list of element indices (size_t values)
F¶
typedeff32typedeff64typedeff80typedeffbasetypedeffindinttypetypedeffix_typetypedeffloat_type Maps a bit width to the corresponding floating-point type (32 -> float, 64 -> double)typedefflt_typetypedeffmaxtypedeffsubtypetypedefftypetypedeffunction_arguments Extracts the argument types of a functor'stypedeffunction_result Extracts the return type of a functor's
I¶
typedefi16typedefi32typedefi64typedefi8typedefimaxtypedefindicesfor_t Returns a sequence of indicestypedefint_type Maps a bit width to the corresponding signed integer typetypedefis_val_ttypedefisubtypetypedefitype
M¶
typedefmap_indices_t Alias for thecsizes_tproduced bymap_indices_impl<size, Fn...>.
O¶
typedefor_type Iftypedefoverload_generic Alias for the lowest-priority tag, used as a fallback overload
P¶
typedefpconstvoid Pointer to const voidtypedefpvoid Pointer to void
R¶
typedefrepr_type Alias for the type used byrepresentation<T>when formatting values of typeT.
S¶
typedefsubtype The immediate subtype of a compound type
T¶
typedeftype_of Extracts the wrapped type from a ctype_t-like wrapper
U¶
typedefu16typedefu32typedefu64typedefu8typedefuitypetypedefumaxtypedefunsigned_type Maps a bit width to the corresponding unsigned integer typetypedefusubtypetypedefutype
V¶
typedefvalue_or_reftypedefvalue_type_of Extracts the
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.