legate::is_signed#

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

A predicate that holds if the type code is of a signed integral type.