class basic_format_string

Declaration

template <typename Char, typename... Args>
class basic_format_string { /* full declaration omitted */ };

Description

A compile-time format string.

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

Templates

Char
Args

Method Overview

Methods

basic_format_string<Char, Args...>(
    runtime_format_string<Char> fmt)

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

Parameters

runtime_format_string<Char> fmt

template <
    typename S,
    fmt::enable_if_t<
        (std::is_convertible<
            const S&,
            basic_string_view<Char>>::value),
        int> = 0>
inline consteval basic_format_string<Char,
                                     Args...>(
    const S& s)

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

Templates

S
fmt::enable_if_t<(std::is_convertible>::value), int>

Parameters

const S& s

inline auto get() const -> basic_string_view<Char>

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

inline basic_string_view<Char>
operator basic_string_view<type - parameter - 0 -
                           0>() const

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