template<typename T, typename TEnableIf = void>
struct aworx::lib::boxing::TT_IsCustomized< T, TEnableIf >
Helper struct that inherits std::true_type
if boxing is customized for type T, otherwise std::false_type
.
- See also
- Helpers TT_IsUnboxable, TT_IsLocked and TT_IsNotBoxable.
- Template Parameters
-
T | The type to check. |
TEnableIf | Used for conditional specializations of this struct. |
Definition at line 389 of file typetraits.inl.
The documentation for this struct was generated from the following file: