mrdocs::toString

Convert a FundamentalTypeKind to a string.

Synopsis

Declared in <mrdocs/Metadata/Type/FundamentalTypeKind.hpp>

std::string_view
toString(FundamentalTypeKind kind) noexcept;

Description

This function converts a FundamentalTypeKind to the shortest canonical string representing the type.

Return Value

The string representation of the kind

Parameters

Name Description

kind

Categorically describes a fundamental type.

Created with MrDocs