mrdocs::NamedType::isArray
True when this is an array type.
Synopsis
Declared in <mrdocs/Metadata/Type/TypeBase.hpp>
constexpr
static
bool
isArray() noexcept;
Return Value
true if kind_id is TypeKind::Array.
Created with MrDocs