A concept that is satisfied if:
- boxing was customized for the given type and NotBoxableTag was given as mapped type, or
- given type is a value type, no customization is given for it, while the corresponding pointer type has customized boxing with mapped type being NotBoxableTag, or
- given type is a pointer type, no customization is given for it, while the corresponding value type has customized boxing with mapped type being NotBoxableTag.
If a type is not boxable, it can be neither boxed nor unboxed.
- See also
- Concepts IsCustomized, IsLocked and IsUnboxable.
- Template Parameters
-
Definition at line 383 of file boxingtraits.inl.