struct string_literal
Declaration
template <typename CharT, CharT... C>
struct string_literal { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/format.h:297
Templates
- CharT
- CharT C
Member Variables
- public static const CharT[sizeof...(C)] value = {C...}
Method Overview
- public constexpr basic_string_view<CharT> operator basic_string_view<type-parameter-0-0>() const
Methods
ΒΆconstexpr basic_string_view<CharT>
operator basic_string_view<type - parameter - 0 -
0>() const
constexpr basic_string_view<CharT>
operator basic_string_view<type - parameter - 0 -
0>() const
Declared at: third_party/fmt/include/fmt/format.h:299