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.
TCharArray | The type that ArrayTraits is specialized for but still no character array boxing should be performed. |
Definition at line 328 of file boxingtraits.inl.