ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_SuppressCharArrayBoxing< TCharArray > Struct Template Reference

Description:

template<typename TCharArray>
struct alib::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 228 of file customizations.inl.

Inheritance diagram for T_SuppressCharArrayBoxing< TCharArray >:
[legend]
Collaboration diagram for T_SuppressCharArrayBoxing< TCharArray >:
[legend]

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