struct is_char

Declaration

template <typename T>
struct is_char : public std::integral_constant { /* full declaration omitted */ };

Description

Specifies if ``T`` is a character type. Can be specialized by users.

Declared at: third_party/fmt/include/fmt/core.h:504

Inherits from: std::integral_constant

Templates

T