System::IsBoxable< T > Struct Template Reference

Template predicate that checks if boxing of the specified type is supported. More...

#include "boxable_traits.h"

Inherits integral_constant< bool, std::is_base_of< Details::BoxableObjectBase, T >::value||std::is_arithmetic< T >::value||std::is_enum< T >::value >.

Detailed Description

template<typename T>
struct System::IsBoxable< T >

Template predicate that checks if boxing of the specified type is supported.

Template Parameters
TThe type to check