mrdocs::toString

Convert a template argument to a human‐readable string.

Synopsis

std::string
toString(TArg const& arg) noexcept;

Return Value

Descriptive text for the argument.

Parameters

Name

Description

arg

Base class for any template argument.

Created with MrDocs