mrdocs::toString
Return the name of the SymbolKind as a string.
Synopsis
constexpr
std::string_view
toString(ExtractionMode kind) noexcept;
Parameters
| Name | Description |
|---|---|
kind |
Determine why a symbol is extracted |
Created with MrDocs
Return the name of the SymbolKind as a string.
constexpr
std::string_view
toString(ExtractionMode kind) noexcept;
| Name | Description |
|---|---|
kind |
Determine why a symbol is extracted |
Created with MrDocs