Compare ExtractionModes and returns the most specific
Synopsis
Declared in <mrdocs/Metadata/ExtractionMode.hpp>
constexpr
ExtractionMode
mostSpecific(
ExtractionMode const a,
ExtractionMode const b) noexcept;
Description
This function returns the most specific of the two ExtractionModes in terms of number of filters passed.
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