mrdocs::toString

Convert a parameter kind to a readable string.

Synopsis

Declared in <mrdocs/Metadata/TParam/TParamKind.hpp>

std::string_view
toString(TParamKind kind) noexcept;

Return Value

String view naming the parameter category.

Parameters

Name Description

kind

Discriminates the different template parameter categories.

Created with MrDocs