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
Located [constructor]

Data Members

Name
value
where

Non-Member Functions

Name Description
debugReport a message to the console.
errorReport a message to the console.
fatalReport a message to the console.
infoReport a message to the console.
traceReport a message to the console.
warnReport a message to the console.

Created with MrDocs