A Char counterpart of fstring. Use basic_format_string in the public API to prevent type deduction.

Synopsis

Declared in <fmt/xchar.h>

template<
    typename Char,
    typename... T>
struct basic_fstring;

Type Aliases

Name

Description

t

Alias for this type, used by basic_format_string to prevent type deduction.

Member Functions

Name

Description

basic_fstring [constructor]

Constructors

get

Returns the underlying format string.

operator basic_string_view<Char> [deprecated]

Deprecated conversion to basic_string_view<Char>; use get instead.

Created with MrDocs