mrdocs::SourceLocation

A source location with filename prettification.

Synopsis

Declared in <mrdocs/Support/Error.hpp>

class SourceLocation;

Member Functions

Name

Description

SourceLocation [constructor]

Build a location wrapper from a source_location.

column

Column number (1‐based) within the file.

file_name

File name associated with the location.

function_name

Function name captured at the location.

line

Line number (1‐based) within the file.

Created with MrDocs