mrdocs::SourceLocation::SourceLocation

Build a location wrapper from a source_location.

Synopsis

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

Parameters

Name

Description

loc

The object to copy construct from

Created with MrDocs