ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
TMappedTo< TMapped > Struct Template Reference

Description:

template<typename TMapped>
struct alib::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

  • Specializations of T_Boxer, and
  • Namespace function BootstrapRegister used to associated box-function implementations with mapped types.
See also
Templated struct T_Boxer for more information.
Template Parameters
TMappedThe 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.

 

Type Definition Details:

◆ PlainOrArray

template<typename TMapped >
using PlainOrArray = detail::TPlain

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

Definition at line 73 of file typetraits.inl.

◆ Type

template<typename TMapped >
using Type = TMapped

The given type TMapped.

Definition at line 70 of file typetraits.inl.


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