ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::boxing::SuppressCharArrayBoxingTraits< TCharArray > Struct Template Reference

Description:

template<typename TCharArray>
struct alib::boxing::SuppressCharArrayBoxingTraits< TCharArray >

This type trait 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 ArrayTraits. 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 ArrayTraits is specialized for but still no character array boxing should be performed.

Definition at line 328 of file boxingtraits.inl.

Inheritance diagram for alib::boxing::SuppressCharArrayBoxingTraits< TCharArray >:
[legend]
Collaboration diagram for alib::boxing::SuppressCharArrayBoxingTraits< TCharArray >:
[legend]

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