Example #1
0
BOOLEAN type_info_is_unboxed(Type_Info_Handle tih)
{
    TypeDesc* td = (TypeDesc*)tih;
    assert(td);
    return td->is_unboxed_value();
} //type_info_is_unboxed