mrdocs::SymbolID::createFromString
Construct a SymbolID by hashing a string
Synopsis
Declared in <mrdocs/Metadata/Symbol/SymbolID.hpp>
static
SymbolID
createFromString(std::string_view input);
Parameters
Name |
Description |
input |
The string to hash. |
Created with MrDocs