mrdocs::SymbolID::createFromString

Construct a SymbolID by hashing a string

Synopsis

static
SymbolID
createFromString(std::string_view input);

Return Value

The SymbolID created by hashing the string.

Parameters

Name

Description

input

The string to hash.

Created with MrDocs