ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
TT_IsCustomized< T, TEnableIf > Struct Template Reference
Inheritance diagram for TT_IsCustomized< T, TEnableIf >:
[legend]
Collaboration diagram for TT_IsCustomized< T, TEnableIf >:
[legend]

Class Description

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
TThe type to check.
TEnableIfUsed 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: