mrdocs::LValueReferenceType

An lvalue reference type.

Synopsis

Declared in <mrdocs/Metadata/Type/LValueReferenceType.hpp>
struct LValueReferenceType final
    : TypeCommonBase<TypeKind::LValueReference>

Base Classes

Name Description
TypeCommonBase<TypeKind::LValueReference>CRTP base that ties a concrete type to a fixed TypeKind.

Member Functions

NameDescription
operator<=> Compare references by pointee type.

Static Member Functions

Name
isArray
isAuto
isDecltype
isFunction
isLValueReference
isMemberPointer
isNamed
isPointer
isRValueReference

Data Members

NameDescription
PointeeType The referenced type.

Static Data Members

Name
kind_id

Non-Member Functions

Name Description
innerTypeReturn the inner type.
innerTypeReturn the inner type.
innerTypePtrReturn the inner type.
innerTypePtrReturn the inner type.
toStringRender a type to a human-readable string.