mrdocs::FormatString

A format string with source location.

Synopsis

Declared in <mrdocs/Support/Error.hpp>

template<class... Args>
struct FormatString;

Member Functions

Name

Description

FormatString [constructor]

Capture a format string and its originating location.

Data Members

Name

Description

fs

Format string view.

loc

Originating source location for diagnostics.

Non-Member Functions

Name

Description

formatError

Return a formatted error.

Created with MrDocs