mrdocs::TypeCommonBase::isDecltype
True when this concrete kind is decltype.
Synopsis
Declared in <mrdocs/Metadata/Type/TypeBase.hpp>
constexpr
static
bool
isDecltype() noexcept;
Return Value
true if kind_id is TypeKind::Decltype.
Created with MrDocs