mrdocs::countSymbolKind
Count the number of SymbolKind enumerators.
Synopsis
Declared in <mrdocs/Metadata/Symbol/SymbolKind.hpp>
consteval
std::underlying_type_t<SymbolKind>
countSymbolKind();
Return Value
Number of SymbolKind values generated from SymbolNodes.inc.
Created with MrDocs