legate::is_unsigned#

template<Type::Code CODE>
struct is_unsigned : public std::is_unsigned<type_of_t<CODE>>

A predicate that holds if the type code is of an unsigned integral type.