mrdocs::SourceLocation::SourceLocation

Construct from source_location

Synopsis

Declared in <mrdocs/Support/Error.hpp>

SourceLocation(std::source_location const& loc) noexcept;

Parameters

Name Description

loc

The object to copy construct from

Created with MrDocs