mrdocs::toString
Convert ExplicitInfo to a string.
Synopsis
std::string
toString(
ExplicitInfo const& info,
bool resolved = false,
bool implicit = false);
Parameters
Name |
Description |
info |
The explicit‐specifier information. |
resolved |
If true, the operand is not shown when the explicit‐specifier is non‐dependent. |
implicit |
If true, implicit explicit‐specifiers are shown. |
Created with MrDocs