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