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

debug

Report a message to the console.

error

Report a message to the console.

fatal

Report a message to the console.

info

Report a message to the console.

trace

Report a message to the console.

warn

Report a message to the console.

Created with MrDocs