mrdocs::report::Located

Parameter type that adds a source location to a value.

Synopsis

Declared in <mrdocs/Support/Report.hpp>

template<class T>
struct Located;

Member Functions

Name

Description

Located [constructor]

Construct a Located wrapper.

Data Members

Name

Description

value

Wrapped value.

where

Source location of the value.

Non-Member Functions

Name

Description

debug

Emit a debug‐level diagnostic for troubleshooting.

error

Emit an error that indicates failure but allows continuation.

fatal

Emit a fatal error and mark the report as the highest severity.

info

Emit an informational message for users.

trace

Emit a trace‐level diagnostic (verbose, off by default).

warn

Emit a warning that does not stop execution.

Created with MrDocs