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);

Return Value

The SymbolID created by hashing the string.

Parameters

Name Description

input

The string to hash.

Created with MrDocs