Compare ExtractionModes and returns the least specific

Synopsis

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

constexpr
ExtractionMode
leastSpecific(
    ExtractionMode const a,
    ExtractionMode const b) noexcept;

Description

This function returns the least specific of the two ExtractionModes in terms of the number of filters passed.

If the symbol passes the filter that categorizes it as a, then it also passes the filter that categorizes it as b (or vice‐versa), then this function will return the final category for the symbol.

Return Value

Determine why a symbol is extracted

Parameters

Name

Description

a

Determine why a symbol is extracted

b

Determine why a symbol is extracted

Created with MrDocs