mrdocs::mostSpecific
Compare ExtractionModes and returns the most specific
Synopsis
Declared in <mrdocs/Metadata/Symbol/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.
Parameters
Name  | 
Description  | 
a  | 
Determine why a symbol is extracted  | 
b  | 
Determine why a symbol is extracted  | 
Created with MrDocs