legate::is_floating_point# template<Type::Code CODE>struct is_floating_point : public std::is_floating_point<type_of_t<CODE>> A predicate that holds if the type code is of a floating point type.