class RValueReferenceType

Declaration

class RValueReferenceType : public ReferenceType { /* full declaration omitted */ };

Description

An rvalue reference type, per C++11 [dcl.ref].

Declared at: clang/include/clang/AST/Type.h:2885

Inherits from: ReferenceType

Member Variables

Inherited from Type:

protected

Method Overview

Inherited from ReferenceType:

Inherited from FoldingSetBase::Node:

Inherited from Type:

Inherited from ExtQualsTypeCommonBase:

    Methods

    RValueReferenceType(clang::QualType Referencee,
                        clang::QualType CanonicalRef)

    Declared at: clang/include/clang/AST/Type.h:2888

    Parameters

    clang::QualType Referencee
    clang::QualType CanonicalRef

    static bool classof(const clang::Type* T)

    Declared at: clang/include/clang/AST/Type.h:2895

    Parameters

    const clang::Type* T

    clang::QualType desugar() const

    Declared at: clang/include/clang/AST/Type.h:2893

    bool isSugared() const

    Declared at: clang/include/clang/AST/Type.h:2892