struct has_isfinite

Declaration

template <typename T, typename Enable = void>
struct has_isfinite : public std::integral_constant { /* full declaration omitted */ };

Declared at: third_party/fmt/include/fmt/format.h:2757

Inherits from: std::integral_constant

Templates

T
Enable