This type is used with to denote type mapping with standard, non-array types.
Type mappings using either this or sibling struct TMappedToArrayOf , have to be provided with
TMapped | The boxed type. |
Definition at line 78 of file typetraits.inl.
Public Type Index: | |
using | PlainOrArray = detail::TPlain |
using | Type = TMapped |
using PlainOrArray = detail::TPlain |
Denotes that the type is not boxed to an array type.
Definition at line 88 of file typetraits.inl.
using Type = TMapped |
The given type TMapped .
Definition at line 83 of file typetraits.inl.