mrdocs::toString

Convert NoexceptInfo to a string.

Synopsis

Declared in <mrdocs/Metadata/Specifiers/NoexceptInfo.hpp>

dom::String
toString(
    NoexceptInfo const& info,
    bool resolved = false,
    bool implicit = false);

Return Value

The string representation of the noexcept‐specifier.

Parameters

Name Description

info

The noexcept‐specifier information.

resolved

If true, the operand is not shown when the exception specification is non‐dependent.

implicit

If true, implicit exception specifications are shown.

Created with MrDocs