mrdocs::Corpus::get
Return the Symbol with the specified symbol ID.
Description
This function uses the find function to locate the Symbol with the specified symbol ID. The result is converted to the specified type T and returned.
The function exists can be used to determine if an Symbol with the specified symbol ID exists. If the id does not exist, the behavior is undefined.
If the Symbol is not of type T, the behavior is undefined.
Parameters
| Name | Description |
|---|---|
id |
A unique identifier for a symbol. |
Created with MrDocs