Mr.Docs
Mr.Docs The C++ Alliance
Download

Mr.Docs

    • Home
    • Demos
    • Installation
    • Getting Started
    • The Configuration File
    • Documenting the Code
    • Generators
    • Design Notes
    • Library Reference
    • Contributor’s Guide
    • License
Mr.Docs v0.8.0
  • Mr.Docs
    • master
    • develop
    • 2026.9.4
    • v0.8.0
Version
  • master
  • develop
  • 2026.9.4
  • v0.8.0
Mr.Docs The C++ Alliance GitHub Toggle theme
Download
  • Mr.Docs
  • Reference
  • mrdocs
  • report
  • fatal
master develop 2026.9.4 v0.8.0

mrdocs::report::fatal

Report a message to the console.

Synopsis

Declared in <mrdocs/Support/Report.hpp>

template<class... Args>
void
fatal(
    Located<std::string_view> format,
    Args&&... args);

Parameters

Name

Description

format

The format string.

args

Optional additional arguments

Created with MrDocs