ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
T_SuppressCharArrayBoxing< TCharArray > Struct Template Reference
Inheritance diagram for T_SuppressCharArrayBoxing< TCharArray >:
[legend]
Collaboration diagram for T_SuppressCharArrayBoxing< TCharArray >:
[legend]

Class Description

template<typename TCharArray>
struct aworx::lib::boxing::T_SuppressCharArrayBoxing< TCharArray >

This type-traits struct by default inherits std::false_type. If specialized for template type TCharArray to inherit std::true_type, then boxing that type will not be customized automatically with a corresponding specialization of T_CharArray. This keeps the customization of boxing open to be performed in a different way.

See also
See manual chapter 10. Boxing Character Strings of the Programmer's Manual of module ALib Boxing.
Template Parameters
TCharArrayThe type that T_CharArray is specialized for but still no character array boxing should be performed.

Definition at line 229 of file customizations.inl.


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