mrdocs::SourceInfo

Stores source information for a declaration.

Synopsis

Declared in <mrdocs/Metadata/Symbol/Source.hpp>

struct SourceInfo;

Member Functions

Name

Description

SourceInfo [constructor]

Default constructor

~SourceInfo [destructor] [virtual]

Destructor

operator<=>

Three‐way comparison operator

Data Members

Name

Description

DefLoc

Location where the entity was defined

Loc

Locations where the entity was declared.

Created with MrDocs