CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Template predicate that checks if boxing of the specified type is supported. More...
#include <boxable_traits.h>
Inherits std::integral_constant< bool, std::is_base_of< Details::BoxableObjectBase, T >::value||std::is_arithmetic< T >::value||std::is_enum< T >::value >.
Template predicate that checks if boxing of the specified type is supported.
T | The type to check |