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 67 of file typetraits.inl.
Public Type Index: | |
using | PlainOrArray = detail::TPlain |
Denotes that the type is not boxed to an array type. | |
using | Type = TMapped |
The given type TMapped. | |
using PlainOrArray = detail::TPlain |
Denotes that the type is not boxed to an array type.
Definition at line 73 of file typetraits.inl.
using Type = TMapped |
The given type TMapped.
Definition at line 70 of file typetraits.inl.