struct type_constant

Declaration

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

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

Inherits from: std::integral_constant

Templates

T
Char