mrdocs::GuideSymbol

Info for deduction guides.

Synopsis

Base Classes

Name

Description

SymbolCommonBase<SymbolKind::Guide>

Base class for providing variant discriminator functions.

Member Functions

Name

Description

GuideSymbol [constructor]

Construct a deduction guide symbol with its ID.

operator<=>

Compare guides by params/deduced/template/explicit.

Data Members

Name

Description

Deduced

The pattern for the deduced specialization.

Explicit

The explicit‐specifier, if any.

Params

The parameters of the deduction guide.

Template

Template head, if any.

Static Data Members

Name

kind_id

Non-Member Functions

Name

Description

canMerge

Check whether two symbols may be merged.

getPrimaryLocation

Determine a location to use when none is explicitly chosen.

Created with MrDocs