mrdocs::getDefaultAccessString

Return the default accessibility for a record key kind.

Synopsis

constexpr
std::string_view
getDefaultAccessString(RecordKeyKind const& kind) noexcept;

Return Value

the default accessibility for a record key kind.

Parameters

Name

Description

kind

The kind of record: struct, class, or union.

Created with MrDocs