ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
TT_IsCustomized< T, TEnableIf > Struct Template Reference

Description:

template<typename T, typename TEnableIf = void>
struct alib::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
TThe type to check.
TEnableIfUsed for conditional specializations of this struct.

Definition at line 389 of file typetraits.inl.

Inheritance diagram for TT_IsCustomized< T, TEnableIf >:
[legend]
Collaboration diagram for TT_IsCustomized< T, TEnableIf >:
[legend]

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