struct is_locale
Declaration
template <typename T, typename Enable = void>
struct is_locale : public std::integral_constant { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/format.h:885
Inherits from: std::integral_constant
Templates
- T
- Enable