This type is used to define type mappings targeting array-types. Array types consist of an element type as well as a length. Corresponding specializations of T_Boxer::Write and T_Boxer::Read have to use write the pointer to the start of the array and the array's length into the box's Placeholder.
TElement | The boxed array's element type. |
Definition at line 89 of file typetraits.inl.
Public Type Index: | |
using | PlainOrArray = detail::TArrayOf |
Denotes that the type is boxed to an array type. | |
using | Type = TElement |
The element type given as TElement. | |
using PlainOrArray = detail::TArrayOf |
Denotes that the type is boxed to an array type.
Definition at line 95 of file typetraits.inl.
using Type = TElement |
The element type given as TElement.
Definition at line 92 of file typetraits.inl.