mrdocs::NamedType::isNamed
True when this concrete kind is a named type.
Synopsis
Declared in <mrdocs/Metadata/Type/TypeBase.hpp>
constexpr
static
bool
isNamed() noexcept;
Return Value
true if kind_id is TypeKind::Named.
Created with MrDocs