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

Class Description

template<typename T, typename TEnableIf = void>
struct aworx::lib::boxing::TT_IsNotBoxable< T, TEnableIf >


Helper struct that inherits std::true_type, if

If a type is not boxable, it can be neither boxed nor unboxed.

See also
Helpers TT_IsCustomized, TT_IsLocked and TT_IsUnboxable.
Template Parameters
TThe type to check.
TEnableIfUsed for conditional specializations of this struct.

Definition at line 461 of file typetraits.inl.


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