This type is used to define type mappings targeting array-types. Array types consist of a 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 106 of file typetraits.inl.
Public Type Index: | |
using | PlainOrArray = detail::TArrayOf |
using | Type = TElement |
using PlainOrArray = detail::TArrayOf |
Denotes that the type is boxed to an array type.
Definition at line 116 of file typetraits.inl.
using Type = TElement |
The element type given as TElement .
Definition at line 111 of file typetraits.inl.