ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Types | List of all members
TMappedTo< TMapped > Struct Template Reference

Class Description

template<typename TMapped>
struct aworx::lib::boxing::TMappedTo< TMapped >

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

See also
Templated struct T_Boxer for more information.
Template Parameters
TMappedThe boxed type.

Definition at line 78 of file typetraits.inl.

Public Types

using PlainOrArray = detail::TPlain
 
using Type = TMapped
 

Member Typedef Documentation

◆ PlainOrArray

Denotes that the type is not boxed to an array type.

Definition at line 88 of file typetraits.inl.

◆ Type

using Type = TMapped

The given type TMapped.

Definition at line 83 of file typetraits.inl.


The documentation for this struct was generated from the following file: