mrdocs::leastSpecific
Compare ExtractionModes and returns the least specific
Synopsis
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.
Parameters
Name |
Description |
a |
Determine why a symbol is extracted |
b |
Determine why a symbol is extracted |
Created with MrDocs