mrdocs::SourceLocation
A source location with filename prettification.
Synopsis
Declared in <mrdocs/Support/Error.hpp>
class SourceLocation;
Member Functions
Name |
Description |
|
Build a location wrapper from a |
Column number (1‐based) within the file. |
|
File name associated with the location. |
|
Function name captured at the location. |
|
Line number (1‐based) within the file. |
Created with MrDocs