mrdocs::Corpus::find

Return the Symbol with the matching ID, or nullptr.

Synopsis

Declared in <mrdocs/Corpus.hpp>

virtual
Symbol const*
find(SymbolID const& id) const noexcept = 0;

Return Value

the Symbol with the matching ID, or nullptr.

Parameters

Name Description

id

A unique identifier for a symbol.

Created with MrDocs